I am wondering what the following configuration directive accomplishes for tomcat 4.1.29 in the server XML file when added right below the line with "<Server port="8005" shutdown="SHUTDOWN" debug="0">".
<Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" modJk="C:/ApacheGroup/Apache2/modules/mod_jk.dll" /> Also I am currious to know what the following configuration directive accomplishes under the host container in the server.xml file. <Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" append="true" forwardAll="false" modJk="C:/ApacheGroup/Apache2/modules/mod_jk.dll" /> These configuration directives are posted at http://johnturner.com/howto/apache2-tomcat4129-jk-winxp-howto.html and I was just trying to understand what they accomplish, since I have never seen them before when configuring mod_jk with Apache Http server and Tomcat 4.1.29. Thank you, Randall
