mturk 2002/11/22 10:56:45 Modified: jk/conf workers2.properties Log: Add the description for JVM startup argument for TC 5.0 The accepted argument is 'startd' for Bootstrap class. That way it will behave like a daemon. Revision Changes Path 1.19 +2 -0 jakarta-tomcat-connectors/jk/conf/workers2.properties Index: workers2.properties =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/conf/workers2.properties,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- workers2.properties 15 Oct 2002 14:02:08 -0000 1.18 +++ workers2.properties 22 Nov 2002 18:56:45 -0000 1.19 @@ -80,6 +80,8 @@ info=Command to be executed by the VM on startup. This one will start tomcat. class=org/apache/jk/apr/TomcatStarter ARG=start +# For Tomcat 5 use the 'stard' for startup argument +# ARG=stard disabled=1 stdout=${serverRoot}/logs/stdout.log stderr=${serverRoot}/logs/stderr.log
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>