Seems someone forgot some </section> elements in configweb.xml. :) - Mark
Index: jk/xdocs/jk2/configweb.xml =================================================================== RCS file: /home/cvspublic/jakarta-tomcat-connectors/jk/xdocs/jk2/configweb.xml,v retrieving revision 1.15 diff -u -r1.15 configweb.xml --- jk/xdocs/jk2/configweb.xml 11 Dec 2002 19:01:36 -0000 1.15 +++ jk/xdocs/jk2/configweb.xml 11 Dec 2002 20:47:31 -0000 @@ -76,9 +76,9 @@ of existing workers/uris. Then it'll access the jk_status page, which will detect the config file changes and reload the config in the current server process, and use the scoreboard to inform other server processes of the change. </p> + </section> <section name="Server-specific configuration"> - <p>Since the config is abstracted, some servers ( Apache2 only at this moment ) may support a server-specific configuration mode. This configuration mode is less tested - but provides some unique advantages (and disadvantages )</p> @@ -104,14 +104,12 @@ <p>One major problem is that reconfiguration is not supported if httpd.conf is used. You can still enable/disable/add workers if you use workers2.properties, and you could add or change uri properties in that file. </p> - - + </section> + <section name="Config generators"> - <p>There is work in progress to support automatic generation of the config file. The code is included in org.apache.jk.config and consist of a number of ant tasks ( that work from CLI as well) that process web.xml files and generate worker2.properties or server-specific config files</p> - - + </section> </document>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>