> From: David Smith [mailto:[EMAIL PROTECTED]
> Subject: Re: some concepts needed
>
> In short, you shouldn't worry about CLASSPATH.

Don't just not worry about it - don't even think about using it.

> Just put the jar files where they belong -- typically in
> your webapp's WEB-INF/lib folder and watch tomcat do it's
> wonderful magic.

The OP needs to read the Servlet spec to get an understanding of webapp 
structure and construction:
http://jcp.org/aboutJava/communityprocess/mrel/jsr154/index2.html

And also the Tomcat classloading doc:
http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html

The CLASSPATH variable, like the invoker servlet, is an abomination; neither 
should ever be used.

 - 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