mturk 2004/12/04 04:23:56 Modified: jk/xdocs/config apache.xml Log: Explain JkWorkerProperty directive Revision Changes Path 1.5 +18 -0 jakarta-tomcat-connectors/jk/xdocs/config/apache.xml Index: apache.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/config/apache.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- apache.xml 4 Dec 2004 12:01:52 -0000 1.4 +++ apache.xml 4 Dec 2004 12:23:56 -0000 1.5 @@ -383,6 +383,24 @@ <p>Note that you can have a single JkAutoAlias directive per virtual host inside your httpd.conf </p> +<p> +<b>JkWorkerProperty</b> is a new directive available from JK 1.2.7 +version. It is a convinient method for seting directives that are +usualy set insice <b>workers.propeties</b>file. The parameter for +that directive is raw line from workers.properties file. +</p> +<source> + # Just like workers.properties but exach line is prefixed + # with JkWorkerProperty + + # Minimal jk configuration + JkWorkerProperty worker.list=ajp13worker + JkWorkerProperty worker.ajp13w.type=ajp13 + JkWorkerProperty worker.ajp13w.host=localhost + JkWorkerProperty worker.ajp13w.port=8009 +</source> + + </subsection> </section> </body>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]