Ah, then you'll be wanting the contrawise patch to tomcat.sh
Index: tomcat.sh
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat/src/shell/tomcat.sh,v
retrieving revision 1.21
diff -u -r1.21 tomcat.sh
--- tomcat.sh 2001/03/15 07:33:19 1.21
+++ tomcat.sh 2001/03/19 13:17:21
@@ -99,14 +99,8 @@
MAIN=org.apache.tomcat.startup.Main
export MAIN
-oldCP=$CLASSPATH
unset CLASSPATH
CLASSPATH=${TOMCAT_HOME}/lib/tomcat.jar
-
-if [ "$oldCP" != "" ]; then
- CLASSPATH=${CLASSPATH}:${oldCP}
-fi
-
export CLASSPATH
## -------------------- Process options --------------------
> -----Original Message-----
> From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 19, 2001 1:43 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [PATCH] TC3.3 tomcat.bat doesn't pick up
> external CLASSPATH
>
>
> It's a WANTED feature.
> With TC 3.3 there is a new classe loader system. Take
> a look at change3.3 file included in distro.
> A quick fix for your problem is to copy jaxp / crimson jars
> in TOMCAT_HOME/lib/common.
>
> Si la fortune vient en dormant, ça n'empêche pas les
> emmerdements de venir
> au réveil.
> -- Pierre Dac
> -----Original Message-----
> From: Steve Downey [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, March 18, 2001 11:57 PM
> To: [EMAIL PROTECTED] (E-mail)
> Subject: [PATCH] TC3.3 tomcat.bat doesn't pick up external CLASSPATH
>
>
> Tomcat.bat in TC3.3 doesn't include the outer environment's
> CLASSPATH. As
> far as I can tell, this means it can't get jaxp.jar or crimson.jar.
>
> The patch checks if the old classpath had any contents before
> appending it
> to the new environment.
>
>
> <><><><><><><><><><><><><><><><><><><><><>This electronic
> mail transmission
> may contain confidential information and is intended only for
> the person(s)
> named. Any use, copying or disclosure by any other person is strictly
> prohibited. If you have received this transmission in error,
> please notify
> the sender via e-mail. <><><><><><><><><><><><><><><><><><><><><>
>
<><><><><><><><><><><><><><><><><><><><><>This electronic mail transmission
may contain confidential information and is intended only for the person(s)
named. Any use, copying or disclosure by any other person is strictly
prohibited. If you have received this transmission in error, please notify
the sender via e-mail. <><><><><><><><><><><><><><><><><><><><><>