DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40367>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40367 Summary: startup.sh does not create auto conf file Product: Tomcat 5 Version: 5.0.0 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Native:JK AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] Following Apache doc, creates an empty mod_jk.conf file http://tomcat.apache.org/connectors-doc/howto/apache.html <snip snip> To be added at the end of your httpd.conf Include $TOMCAT_HOME/conf/jk/mod_jk.conf-auto This will tell Apache to use directives in the mod_jk.conf-auto file in the Apache configuration. This file is created by enabling the Apache auto-configuration as follows, in your server.xml file. Please note that this example is specific to Tomcat 5.x, unlike other sections of this document which also apply to previous Tomcat branches. ... <Engine ...> <Listener className="org.apache.jk.config.ApacheConfig" modJk="/path/to/mod_jk.so" /> </Engine> ... Then restart Tomcat and mod_jk.conf should be generated. </snip snip> This "should" but didnt happen. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]