RE: Tomcat5 CLASSPATH Issues

2009-10-26 Thread Caldarale, Charles R
From: Rob Ogilvie [mailto:r...@axpr.net] Subject: Tomcat5 CLASSPATH Issues I have an application I am attempting to deploy under Tomcat5 (5.5.23 from CentOS 5.4) that requires a specific CLASSPATH and LD_LIBRARY_PATH be set. If any webapp requires a specific CLASSPATH setting, the webapp

Re: Tomcat5 CLASSPATH Issues

2009-10-26 Thread Rob Ogilvie
On Mon, Oct 26, 2009 at 09:02, Caldarale, Charles R chuck.caldar...@unisys.com wrote: If any webapp requires a specific CLASSPATH setting, the webapp is ill-engineered at best. The CLASSPATH environment variable should *never* be used with Tomcat (or any other Java program, for that

Re: Tomcat5 CLASSPATH Issues

2009-10-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob, On 10/26/2009 12:21 PM, Rob Ogilvie wrote: Unfortunately, IBM disagrees and our webapp relies on this API:

Re: Tomcat5 CLASSPATH Issues

2009-10-26 Thread Konstantin Kolinko
2009/10/26 Rob Ogilvie r...@axpr.net: On Mon, Oct 26, 2009 at 09:02, Caldarale, Charles R chuck.caldar...@unisys.com wrote: If any webapp requires a specific CLASSPATH setting, the webapp is ill-engineered at best. The CLASSPATH environment variable should *never* be used with Tomcat (or