Internet Express for Tru64 UNIX Version 6.8 Release Notes (14235)

Table Of Contents
parameter value for "enableRemoteAdmin" to "true" for the service "AdminService". Restart the
Tomcat instance for the changes to take effect.
17 Enabling IPV6 Connections with Sendmail
To enable IPV6 connectivity with other mail servers and clients, configure sendmail using the
Internet Express Administrative utility. After finishing, edit the sendmail.cf file and change
the value of the DaemonPortOptions line. The default value is inet. Change it to inet6. Then stop
and restart sendmail.
18 Tomcat Web Server Connector
Two connectors are provided to allow the HP Apache Web Server (powered by Apache 2.0) and
the Secure Web Server (powered by Apache 1.3) to forward requests to the Tomcat servlet engine.
NoteTomcat ConnectorProtocolApache Module
DeprecatedJK Connector org.apache.ajp.tomcat4.Ajp13ConnectorAJP 1.3mod_jk
DefaultCoyote/JK2 AJP 1.3 ConnectorAJP 1.3mod_jk2
The default configuration files for Tomcat and the Web servers use the AJP 1.3 protocol with the
Tomcat Coyote Connector and the Apache mod_jk2 module.
The Tomcat configuration file /usr/internet/httpd/tomcat/conf/server.xml
enables the AJP 1.3 Coyote Connector with the following clause:
<Connector debug="0" enableLookups="false" port="8009" protocol="AJP/1.3"
redirectPort="8443"/>
Configuration information for the Tomcat AJP 1.3 Coyote connector is contained in the file
/usr/internet/httpd/tomcat/conf/jk2.properties. The Web server loads the mod_jk2
module with the appropriate clause in one of the following configuration files:
ClauseConfiguration FileWeb Server
<IfDefine JK2>LoadModule jk2_module
libexec/mod_jk2.so </IfDefine>
/usr/internet/httpd/conf/httpd.confSecure Web Server (powered
by Apache 1.3)
<IfDefine JK2>LoadModule jk2_module
modules/mod_jk2.so</IfDefine>
/usr/opt/hpapache2/conf/httpd.confHP Apache Web Server
(powered by Apache 2.0)
Configuration information for the Web server mod_jk2 module is contained in the file
workers2.properties. The location of this file is one of the following:
JK2 Configuration FileWeb Server
/usr/internet/httpd/conf/workers2.propertiesSecure Web Server (powered by Apache 1.3)
/usr/opt/hpapache2/conf/workers2.propertiesHP Apache Web Server (powered by Apache 2.0)
Refer to the Tomcat documentation for additional information on configuring the connectors.
The documentation is available at:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/
On a system with Tomcat installed the documentation is available at
http://localhost/tomcat/.tomcat-docs/.
17 Enabling IPV6 Connections with Sendmail 7