> From: rajendra_sakpal [mailto:[EMAIL PROTECTED] 
> Subject: Problem with application installation in Tomcat 5.5.
> 
> The appBase is outside of the default "webapps" directory.  

Not possible; appBase defines where the default webapps directory.  Do
you mean docBase?

> The application is bundled as a jar & included in the
> classpath.

A fatal error.  To repeat: never, never put things on Tomcat's
classpath.  Do not use the CLASSPATH variable under any circumstances,
and do not add webapp jars to the command line -cp parameter.

Tomcat has a well-defined and well-documented classloader mechanism; use
it:
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