RE: WebappClassLoader - don't understand what's happening

2005-06-03 Thread Herrmann, Sascha \(GE Healthcare\)
2 Juin 2005 14:50, Herrmann, Sascha (GE Healthcare) a écrit : Any library having static methods like SomeLibraryClass.setXYZ(xyz); SomeLibraryClass.getXYZ(xyz); Wow, wow, wow . You mean any class that has static methods gets shared?? Any class that calls static methods? Could

WebappClassLoader - don't understand what's happening

2005-06-02 Thread Herrmann, Sascha \(GE Healthcare\)
We are facing a problem with Tomcats WebappClassLoader. We deploy several of our own applications on one Tomcat server. It seems that the WebappClassLoaderS are not isolated but share classes instead. Why would that be? Judging from the (well, outdated) classloader documentation, this should

RE: WebappClassLoader - don't understand what's happening

2005-06-02 Thread Herrmann, Sascha \(GE Healthcare\)
2005 10:59, Herrmann, Sascha (GE Healthcare) a écrit : We are facing a problem with Tomcats WebappClassLoader. We deploy several of our own applications on one Tomcat server. It seems that the WebappClassLoaderS are not isolated but share classes instead. Why would that be? Judging

RE: WebappClassLoader - don't understand what's happening

2005-06-02 Thread Herrmann, Sascha \(GE Healthcare\)
Subject: Re: WebappClassLoader - don't understand what's happening Le Jeudi 2 Juin 2005 13:49, Herrmann, Sascha (GE Healthcare) a écrit : Thanks for your reply. It could be. How is a class pushed to a shared library? Any library having static methods like SomeLibraryClass.setXYZ(xyz