Try leaving the className parameter off.  I new versions of Tomcat use
the CoyoteConnector for AJP communication.

The minProcessor and maxProcessor attributes have been deprecated.  Use
maxThreads, minSpareThreads and maxSpareThreads instead.

On Mon, 2005-01-17 at 14:16 -0500, Trung Nguyen wrote:
> Hello,
> 
> I'm trying to configure mod_jk with tomcat 5.5.4, but I'm kinda stuck.  I
> did it with tomcat 4.1.30 with no problem.  How do you configure in
> server.xml to make it talk to apache2 through AJP13?  In tomcat4 I did
> something like this:
> 
> <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
>             port="8009" minProcessors="5" maxProcessors="75"
>             enableLookups="false" acceptCount="10" debug="0"/>
> 
> It doesn't work with tomcat 5.5.4.  Please help!!!
> 
> Thanks  
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to