Why do I need to upgrade the tomcat? Are there know issues concerning the class 
loader?
It is a little complicated to upgrade tomcat at this stage of our production.
thanks

-----Original Message-----
From: Pid [mailto:p...@pidster.com] 
Sent: א 17 אפריל 2011 10:44
To: Tomcat Users List
Subject: Re: tomcat class loaders problem

On 4/17/11 5:32 AM, Michal Singer wrote:
> Hi, I am using tomcat version: apache-tomcat-6.0.18

Upgrade to a newer version of Tomcat 6 and then carefully monitor the logs 
during a webapp reload cycle.


p

> I have a problem on raise some times (hard to reproduce) where the tomcat 
> creates two instances of the same class loader in one web application . Type 
> of class loader:  WebappClassLoader.
> One of the two instances is also known inside another web application. So two 
> web apps share the same instance of class loader and one of the web 
> applications uses 2 instances, which as a result causes one class loader to 
> not know some of the classes created by the other instance.
> This causes many problems, for example" instanceof fails where it should 
> succeed.
> 
> Note that the parent class loader is the same instance.
> 
> Does anyone know how to solve this problem? or how to work around it?
> 
> Please note that when I restart the tomcat, this does not happen anymore.
> 
> 
> 
> 
> Thanks,
> Michal Singer
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to