> From: Kevin Wilhelm [mailto:[EMAIL PROTECTED] 
> Subject: Re: 2 webapps using shared jar (ClassLoader problem)
> 
> Nobody any idea on this? :(

You already figured out the problem:  classes from different webapps
cannot access each other - no ifs, ands, or buts.  Anything that is to
be accessed from more than one webapp must be put in a common location.
See:
http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html
or
http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html

(You didn't bother to tell us the version of Tomcat that you're using.)

 - 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