Tomcat5 CLASSPATH Issues

2009-10-26 Thread Rob Ogilvie
Good Morning, 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. I don't seem to be having any problems setting the LD_LIBRARY_PATH (just added a line to tomcat5.conf), but am having a heck of a

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