Please define "not working".  Error messages?  Log files?  How do you know
it is not working?

You've got a lot going on in your Connector statement, as well.  A working
AJP Connector statement looks like this:

<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
           port="8009" minProcessors="5" maxProcessors="75"
           acceptCount="10" debug="0"/>

Note the differences.  "Ajp13Connector" instead of "CoyoteConnector", no
"redirectPort", etc.

John Turner
[EMAIL PROTECTED]


> -----Original Message-----
> From: Raj Mettai [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 27, 2002 6:10 PM
> To: [EMAIL PROTECTED]
> Subject: Apach2 and Tomcat4.0 Integration..
> 
> 
> 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
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to