costin      02/04/17 17:32:33

  Modified:    jk/conf  workers2.properties
  Log:
  Update the workers2.properties - now all you have to do is
  change TOMCAT_HOME at the top.
  
  Revision  Changes    Path
  1.7       +9 -19     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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- workers2.properties       17 Apr 2002 22:22:54 -0000      1.6
  +++ workers2.properties       18 Apr 2002 00:32:33 -0000      1.7
  @@ -4,7 +4,8 @@
   
   # Global options ( in addition to the pre-defined fs, ps, java_home
   [config]
  -TOMCAT_HOME=/opt/tomcat
  +#TOMCAT_HOME=/opt/tomcat
  +TOMCAT_HOME=/opt/jakarta-tomcat-4.1-dev
   #TOMCAT_HOME=/opt/40
   JAVA_HOME=/usr/java/ibm1.3
   
  @@ -75,30 +76,19 @@
   # "java" script is a good example, Sun needs it to start java and we need it to.
   # JAVA_HOME and TOMCAT_HOME can be set as environment variables
   [vm]
  -# Optional: JVM= PATH_TO_libjvm.so ( standard locations are searched )
  
-OPT=-Djava.class.path=${TOMCAT_HOME}/lib/tomcat.jar${ps}${TOMCAT_HOME}/lib/container/tomcat-jni.jar${ps}${TOMCAT_HOME}/lib/common/commons-logging.jar
  -# OPT=-Djava.class.path=${TOMCAT_HOME}/bin/bootstrap.jar
  
-#OPT=-Djava.class.path=${TOMCAT_HOME}/lib/container/tomcat-jk2.jar${ps}${TOMCAT_HOME}/lib/common/tomcat-util.jar
  -#OPT=-Xmx128M
  +# That will work with both 3.x and 4.x. 
  
+OPT=-Djava.class.path=${TOMCAT_HOME}/lib/tomcat.jar${ps}${TOMCAT_HOME}/lib/container/tomcat-jni.jar${ps}${TOMCAT_HOME}/lib/common/commons-logging.jar${ps}${TOMCAT_HOME}/bin/bootstrap.jar${ps}${TOMCAT_HOME}/server/lib/tomcat-jni.jar${ps}${TOMCAT_HOME}/common/lib/commons-logging.jar
   OPT=-Dtomcat.home=${TOMCAT_HOME}
  -#OPT=-Dcatalina.home=${TOMCAT_HOME}
  +OPT=-Dcatalina.home=${TOMCAT_HOME}
  +#OPT=-Xmx128M
   #OPT=-Djava.compiler=NONE
   
   
   [worker.jni:jniCmd1]
  -# For 3.3
  -class=org/apache/tomcat/startup/Main
  +ARG=org.apache.tomcat.startup.Main
  +ARG=org.apache.catalina.startup.Bootstrap
  +ARG=-
   ARG=start
  -
  -# For 4.0
  -# class=org/apache/catalina/startup/Bootstrap
  -#ARG=start
  -
  -# For JkMain ( testing )
  -#ARG=-out
  -#ARG=${serverRoot}${fs}logs${fs}java.out
  -#ARG=-err
  -#ARG=${serverRoot}${fs}logs${fs}java.err
   
   
   #################### Locations #################### 
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to