costin 01/08/23 18:10:38 Modified: src/etc/jk workers.properties Log: Remove tomcat-modules from the initial classpath. Leave the defaults as in the jni-workers.properties ( i.e. for windows ). Revision Changes Path 1.5 +4 -5 jakarta-tomcat/src/etc/jk/workers.properties Index: workers.properties =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/etc/jk/workers.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- workers.properties 2001/08/23 14:57:33 1.4 +++ workers.properties 2001/08/24 01:10:38 1.5 @@ -31,28 +31,28 @@ # # -# OPTIONS ( very important for jni mode ) +# OPTIONS ( very important for jni mode ) # # workers.tomcat_home should point to the location where you # installed tomcat. This is where you have your conf, webapps and lib # directories. # -# workers.tomcat_home=c:\tomcat +workers.tomcat_home=c:\tomcat # workers.tomcat_home=/usr/local/tomcat # # workers.java_home should point to your Java installation. Normally # you should have a bin and lib directories beneath it. # -# workers.java_home=c:\jdk1.3 +workers.java_home=c:\jdk1.3 # workers.java_home=/usr/java # # You should configure your environment slash... ps=\ on NT and / on UNIX # and maybe something different elsewhere. # -# ps=\ +ps=\ # ps=/ # @@ -152,7 +152,6 @@ # Additional class path components. # worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar -worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)container$(ps)tomcat-modules.jar # # Setting the command line for tomcat.