It sems (to me anyway) that tomcat 5.5.9 has changed in recent months and documentation is in somewhat of a transition period.
So, I'm now a little lost w/r to integrating an AJP connector for Apache.

In TC v4.1, server.xml had a connector;

<Connector className="org.apache.ajp.tomcat4.Ajp13Connector" port="8019" enableLookups="false" redirectPort="8453" acceptCount="500" minProcessors="10"
   maxProcessors="200"/>

But the only information I can find for TC 5.5 is;

   <Connector port="8019"
enableLookups="false" redirectPort="8453" protocol="AJP/1.3" />

I did find one mention of a className="org.apache.ajp.tomcat.Ajp13Connector", but I can't find this Class in any jar file I've looked in so far.

Is className really no longer necessary, needed or required?? Is the connector now bundled/integrated with Tomcat???

MTiA

Kyle



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

Reply via email to