Add Listener elements in server.xml that reference the ApacheConfig class.
For a default Tomcat install, enabling /examples on localhost for auto-configuration: - look for a line that says "Server" and has a port of 8005. Add the following directly below: <Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" /> - in the Host container for localhost add the following Listener directive (yes, it looks very similar to the one above): <Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" append="true" forwardAll="false" /> - change the name parameter in the Host container in server.xml to your apache ServerName (the default is localhost) John > -----Original Message----- > From: Barinek, Michael [mailto:MBarinek@;intrado.com] > Sent: Thursday, October 31, 2002 4:06 PM > To: '[EMAIL PROTECTED]' > Subject: mod_jk.conf-auto > > > how do I configure tomcat 4.1.12 to generate mod_jk.conf-auto > > apache httpd.conf > > Include C:/jakarta-tomcat-4.1.12/conf/jk/mod_jk.conf-auto > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> > -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
