I am considering using the Tomcat 7 shared classloader to reduce the memory footprint of my web apps. But, I'm afraid that loading my application jar files into a single classloader will cause lots of problems. I'm aware that the shared classpath should not specify multiple versions of the same class. But I suspect, for example, that classes that have static properties must not be shared. Am I correct in thinking this? Are there other problems that I should anticipate? Thanks!
- Best practices for shared classloader use? Don Asper
- Re: Best practices for shared classloader use? mailingl...@j-b-s.de
- Re: Best practices for shared classloader use? Daniel Mikusa
- RE: Best practices for shared classloader us... Don Asper
- Re: Best practices for shared classloader us... Christopher Schultz
- RE: Best practices for shared classloader use? Don Asper
- Re: Best practices for shared classloader us... mailingl...@j-b-s.de
- RE: Best practices for shared classloade... Jeffrey Janner
- Re: Best practices for shared classl... Jens Breitenstein
- Re: Best practices for shared classloader us... chris derham
- Re: Best practices for shared classloade... Christopher Schultz