> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat 5.5 to Tomcat migration guide
> 
> Is there a list of problems to watch for in migrating a Tomcat5.5 app
> to Tomcat6?

Look at the migration guide:
http://tomcat.apache.org/migration.html

> What is the equivalent of Tomcat5.5's common/endorsed in Tomcat6?

${TOMCAT_BASE}/endorsed

> I mean how do I load a class using commons classloader in TC6?

The common classloader was never used for the endorsed directory; jars
and classes in that directory are handled by the JVM's endorsed
classloader (functionally equivalent to the bootstrap classloader).

See the doc for classloading details:
http://tomcat.apache.org/tomcat-6.0-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