Oli,
Snippets of my mod_jk configuration are:
>From server.xml:
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="13084" minProcessors="5" maxProcessors="75"
acceptCount="10" debug="0"/>
Be sure the port="TBD" value above matches the vlaue in your
workers.properties file.
>From httpd.conf/mod_jk.conf:
JkMount /your_webapp_name/servlet/* ajp13
If you crank up the debug levels in server.xml, you should
be able to see AJP traffic recorded in the catalina output files.
-Nick
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>