yoavs 2005/03/23 08:27:03 Modified: webapps/docs changelog.xml jk build.xml jk/xdocs/howto apache.xml Log: Bugzilla 33857. Revision Changes Path 1.252 +3 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v retrieving revision 1.251 retrieving revision 1.252 diff -u -r1.251 -r1.252 --- changelog.xml 23 Mar 2005 16:13:23 -0000 1.251 +++ changelog.xml 23 Mar 2005 16:27:03 -0000 1.252 @@ -110,6 +110,9 @@ and wait a little if the pool is exhausted; this should make low maxThreads values work a lot better (remm) </update> + <update> + <bug>33857</bug>: Update information on automatic mod_jk configuration in Apache-HowTo. (yoavs) + </update> </changelog> </subsection> 1.80 +1 -1 jakarta-tomcat-connectors/jk/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- build.xml 18 Nov 2004 18:39:00 -0000 1.79 +++ build.xml 23 Mar 2005 16:27:03 -0000 1.80 @@ -415,7 +415,7 @@ version="true" windowtitle="Jk Connector Documentation" doctitle="Jk Connector" - bottom="Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved." + bottom="Copyright © 2001-2005 Apache Software Foundation. All Rights Reserved." /> </target> 1.4 +15 -3 jakarta-tomcat-connectors/jk/xdocs/howto/apache.xml Index: apache.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/apache.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- apache.xml 23 Mar 2005 14:48:30 -0000 1.3 +++ apache.xml 23 Mar 2005 16:27:03 -0000 1.4 @@ -6,7 +6,7 @@ &project; <copyright> - Copyright 1999-2004 The Apache Software Foundation + Copyright 1999-2005 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -244,7 +244,19 @@ <p> This will tell Apache to use directives in the <b>mod_jk.conf-auto</b> file in the Apache configuration. -This file is created by enabling the Apache auto-configuration as described in the Tomcat documentation. +This file is created by enabling the Apache auto-configuration as follows, in your server.xml file: +</p> +<source> + <Server ...> + <Listener className="org.apache.jk.config.ApacheConfig" modJk="/path/to/mod_jk.so" /> + </Server> +</source> + +<p> +Then restart Tomcat and mod_jk.conf should be generated. For more information on +this topic, please refer to the API documentation at the +<a href="http://jakarta.apache.org/tomcat/tomcat-5.5-doc/catalina/docs/api/org/apache/jk/config/ApacheConfig.html"> +Tomcat docs website</a>. </p> </subsection>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]