mturk 2002/09/27 06:05:11 Modified: jk/conf workers2.properties Log: tomcat-jni is inside TOMCAT_HOME/bin not /lib Revision Changes Path 1.17 +2 -2 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.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- workers2.properties 19 Sep 2002 06:28:24 -0000 1.16 +++ workers2.properties 27 Sep 2002 13:05:11 -0000 1.17 @@ -68,7 +68,7 @@ [vm:] info=Parameters used to load a JVM in the server process #JVM=C:\jdk\jre\bin\hotspot\jvm.dll -OPT=-Djava.class.path=${TOMCAT_HOME}/lib/tomcat-jni.jar;${TOMCAT_HOME}/server/lib/commons-logging.jar +OPT=-Djava.class.path=${TOMCAT_HOME}/bin/tomcat-jni.jar;${TOMCAT_HOME}/server/lib/commons-logging.jar OPT=-Dtomcat.home=${TOMCAT_HOME} OPT=-Dcatalina.home=${TOMCAT_HOME} OPT=-Xmx128M @@ -122,6 +122,6 @@ info=Map the whole webapp [uri:/examples/servlet/HelloW] -info=Exampel with debug enabled. +info=Example with debug enabled. debug=10
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>