-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
On 6/3/2009 11:31 AM, Caldarale, Charles R wrote:
>> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>> Subject: Re: How to reference Shared Libraries with TOMCAT
>>
>> # First clear out the user class
Caldarale, Charles R wrote:
From: Zeeshan Ahmad [mailto:zah...@i2cinc.com]
Subject: RE: How to reference Shared Libraries with TOMCAT
If you have multiple tomcats and multiple applications then
you have to put the jars on a separate location
As Peter pointed out, doing so is a really
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: How to reference Shared Libraries with TOMCAT
>
> # First clear out the user classpath
> CLASSPATH=
But not on Windows. The corresponding Windows script only sets CLASSPATH if
running with a JDK
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
On 6/3/2009 10:15 AM, Caldarale, Charles R wrote:
> Don't *EVER* set the CLASSPATH environment variable - that causes no
> end of grief, and plays havoc with Tomcat's classloading
> requirements.
It really shouldn't interfere: it should actual
> From: Zeeshan Ahmad [mailto:zah...@i2cinc.com]
> Subject: RE: How to reference Shared Libraries with TOMCAT
>
> If you have multiple tomcats and multiple applications then
> you have to put the jars on a separate location
As Peter pointed out, doing so is a really bad idea.
.
Associate Manager SCM.
P Save a tree...pls don't print this e-mail unless necessary
-Original Message-
From: Ghufran [mailto:ghufra...@vopium.com]
Sent: Wednesday, June 03, 2009 4:08 PM
To: 'Tomcat Users List'
Subject: RE: How to reference Shared Libraries with TOMCAT
In tomc
ubject: RE: How to reference Shared Libraries with TOMCAT
Hello,
You need to add those JAR files on central location add these files in Class
Path (its better if you make a environment script), so when will you start
your applications it will load JARs from there, thanks.
Best Regards
Hello,
You need to add those JAR files on central location add these files in Class
Path (its better if you make a environment script), so when will you start
your applications it will load JARs from there, thanks.
Best Regards,
Zeeshan Ahmad.
Associate Manager SCM.
P Save a tree...pls don't pr
> From: Sarva [mailto:malhotrasa...@yahoo.in]
> Till now I have been deploying all the JARs in WEB-INF/lib
> folder of my Web Application and run it to satisfaction.
OK.
> Now we need a mechanism by which the JARs will not be stored
> in WEB-INF/lib
> but in a centralized location for example c:/