billbarker    2002/09/18 21:21:17

  Modified:    src/shell tomcat.bat tomcat.sh
  Log:
  Temporary stop-gap until I work out all of the ClassLoader issues.
  
  Revision  Changes    Path
  1.47      +2 -2      jakarta-tomcat/src/shell/tomcat.bat
  
  Index: tomcat.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/shell/tomcat.bat,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- tomcat.bat        28 Mar 2002 02:29:00 -0000      1.46
  +++ tomcat.bat        19 Sep 2002 04:21:17 -0000      1.47
  @@ -97,7 +97,7 @@
   
   :setClasspath
   
  -set CLASSPATH=%TOMCAT_INSTALL%\lib\tomcat.jar
  +set 
CLASSPATH=%TOMCAT_INSTALL%\lib\tomcat.jar;%TOMCAT_INSTALL%\lib\common\commons-logging.jar
   
   rem ----- Execute The Requested Command -------------------------------------
   
  
  
  
  1.34      +2 -2      jakarta-tomcat/src/shell/tomcat.sh
  
  Index: tomcat.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/shell/tomcat.sh,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- tomcat.sh 18 Apr 2002 13:58:01 -0000      1.33
  +++ tomcat.sh 19 Sep 2002 04:21:17 -0000      1.34
  @@ -117,7 +117,7 @@
   
   oldCP=$CLASSPATH
   unset CLASSPATH
  -CLASSPATH=${TOMCAT_INSTALL}/lib/tomcat.jar
  
+CLASSPATH=${TOMCAT_INSTALL}/lib/tomcat.jar:${TOMCAT_INSTALL}/lib/common/commons-logging.jar
   
   # Ignore previous CLASSPATH
   
  
  
  

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

Reply via email to