> From: Ernie Ho [mailto:[EMAIL PROTECTED] 
> Subject: JSP error
>
> I'm pretty sure of this,  but Tomcat is reading the 
> classpath environment variable right ?

No, the classpath environment variable (which is a truly bad idea) is
ignored by Tomcat.

> I mean, there is not another config file that specifies
> all the JARs it needs, correct?

Ideally, all jars needed by a webapp should be packaged with that
webapp, in WEB-INF/lib.  Tomcat allows use of the shared/lib and
common/lib directories for cases where classes must be shared across
webapps (e.g., common data base connections).

> Any clues why the above happened? 

Read this:
http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to