RE: [PATCH] TC3.3 tomcat.bat doesn't pick up external CLASSPATH

2001-03-19 Thread GOMEZ Henri
tomcat.bat should be functionally equivalent, at >least to the >extent that the windows shell allows. > > >> -----Original Message- >> From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] >> Sent: Monday, March 19, 2001 8:46 AM >> To: [EMAIL PROTECTED] >> Subje

RE: [PATCH] TC3.3 tomcat.bat doesn't pick up external CLASSPATH

2001-03-19 Thread GOMEZ Henri
>On Mon, 19 Mar 2001, GOMEZ Henri wrote: > >> 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. >> > >Tomcat 4.0 follows the s

RE: [PATCH] TC3.3 tomcat.bat doesn't pick up external CLASSPATH

2001-03-19 Thread Mel Martinez
--- "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > > > On Mon, 19 Mar 2001, GOMEZ Henri wrote: > > > 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 / > crims

RE: [PATCH] TC3.3 tomcat.bat doesn't pick up external CLASSPATH

2001-03-19 Thread Craig R. McClanahan
On Mon, 19 Mar 2001, GOMEZ Henri wrote: > 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. > Tomcat 4.0 follows the same phil

RE: [PATCH] TC3.3 tomcat.bat doesn't pick up external CLASSPATH

2001-03-19 Thread Steve Downey
, 2001 8:46 AM > To: [EMAIL PROTECTED] > Subject: RE: [PATCH] TC3.3 tomcat.bat doesn't pick up > external CLASSPATH > > > >Ah, then you'll be wanting the contrawise patch to tomcat.sh > > > > I'm not sure to understand perfectly what you say

RE: [PATCH] TC3.3 tomcat.bat doesn't pick up external CLASSPATH

2001-03-19 Thread GOMEZ Henri
>Ah, then you'll be wanting the contrawise patch to tomcat.sh > I'm not sure to understand perfectly what you say but with the new schema loader you start with an empty CLASSPATH. Depending where are located the .jar, you make them available to container (tomcat), webapps or both. Usefull to fix

RE: [PATCH] TC3.3 tomcat.bat doesn't pick up external CLASSPATH

2001-03-19 Thread Steve Downey
} -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 >

RE: [PATCH] TC3.3 tomcat.bat doesn't pick up external CLASSPATH

2001-03-18 Thread GOMEZ Henri
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 environ

[PATCH] TC3.3 tomcat.bat doesn't pick up external CLASSPATH

2001-03-18 Thread Steve Downey
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.     <><><><><><><><><><><><><><><><><><><><><>Th