Re: 2 webapps using shared jar (ClassLoader problem)

2007-06-29 Thread Kevin Wilhelm
Nobody any idea on this? :( - Original Message - From: Kevin Wilhelm [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, June 28, 2007 2:34 PM Subject: 2 webapps using shared jar (ClassLoader problem) I deployed a shared jar file on Tomcat that is to be used by two Spring

RE: 2 webapps using shared jar (ClassLoader problem)

2007-06-29 Thread Caldarale, Charles R
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