> From: Narahari 'n' Savitha [mailto:savith...@gmail.com] 
> Subject: Class loaders line confusion, please help

> What is the diff between
> common.loader
> or
> shared.loader

> What should be put on which line.

> What is the right approach ?

Don't change either; the shared loader is a left-over from previous versions of 
Tomcat, and the common loader already has a properly defined set of search 
locations.  Put your classes where they belong, which is usually with each 
webapp.  Classes that must be visible to Tomcat are placed in Tomcat's lib 
directory.  Sharing classes across webapps is a really, really bad idea.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to