Hi All,

Finally I found the binaries for mod_jk.so for Apache2.0.39 and Tomcat4.0.4 for 
solaris8.

I did following steps, but the configuration is not working...

1. copied mod_jk.so to {apache.home}/modules
2. modifed {tomcat.home}/serve.xml  to for ajp13 connector like this..

    <Connector className="org.apache.ajp.coyote.tomcat4.CoyoteConnector"
               port="8009" minProcessors="5" maxProcessors="75"
               enableLookups="true" redirectPort="8443"
               acceptCount="10" debug="0" connectionTimeout="20000"
               protocolHandlerClassName="org.apache.jk.server.JKCoyoteHandler"
               />

3. Added workers.properties to {tomcat.home}/conf/jk/
4 Restarted tomcat.
5 Added mod_jk.so module to {apache.home}/conf/httpd.conf
6 restarted apache.

The configuration is not working,

Please tell me the steps to connect apache2.0.39 to tomcat4.0 when mod_jk.so is 
already available.(both are running on solaris box).


thanks

-Raj

Reply via email to