Order of libraries in CLASSPATH question?

2001-06-14 Thread Brett G. Palmer
We are having random problems with some of our application libraries when we deploy them in their separate contexts. The question I have is what is the default behavior for Tomcat to load class libraries into its CLASSPATH. Do libraries from the $TOMCAT_HOME/lib directory get added to the

RE: Order of libraries in CLASSPATH question?

2001-06-14 Thread Randy Layman
See comments intermixed... -Original Message- From: Brett G. Palmer [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 11:08 AM To: [EMAIL PROTECTED] Subject: Order of libraries in CLASSPATH question? We are having random problems with some of our application

RE: Order of libraries in CLASSPATH question?

2001-06-14 Thread George McKInney
-Original Message- From: Brett G. Palmer [mailto:[EMAIL PROTECTED]] We are having random problems with some of our application libraries when we deploy them in their separate contexts. The question I have is what is the default behavior for Tomcat to load class libraries into its

Re: Order of libraries in CLASSPATH question?

2001-06-14 Thread Brett G. Palmer
Thanks everyone for your comments. They were very helpful. Brett