larryi 2002/09/26 18:47:23 Modified: src/shell tomcat.sh tomcat.bat Log: Update to use the original name of the "commons-logging" jar we are including. Revision Changes Path 1.35 +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.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- tomcat.sh 19 Sep 2002 04:21:17 -0000 1.34 +++ tomcat.sh 27 Sep 2002 01:47:22 -0000 1.35 @@ -117,7 +117,7 @@ oldCP=$CLASSPATH unset CLASSPATH -CLASSPATH=${TOMCAT_INSTALL}/lib/tomcat.jar:${TOMCAT_INSTALL}/lib/common/commons-logging.jar +CLASSPATH=${TOMCAT_INSTALL}/lib/tomcat.jar:${TOMCAT_INSTALL}/lib/common/commons-logging-api.jar # Ignore previous CLASSPATH 1.48 +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.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- tomcat.bat 19 Sep 2002 04:21:17 -0000 1.47 +++ tomcat.bat 27 Sep 2002 01:47:23 -0000 1.48 @@ -97,7 +97,7 @@ :setClasspath -set CLASSPATH=%TOMCAT_INSTALL%\lib\tomcat.jar;%TOMCAT_INSTALL%\lib\common\commons-logging.jar +set CLASSPATH=%TOMCAT_INSTALL%\lib\tomcat.jar;%TOMCAT_INSTALL%\lib\common\commons-logging-api.jar rem ----- Execute The Requested Command -------------------------------------
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>