Re: Configuring WebappClassloader Delegate=True

2013-01-22 Thread Peter Lavin
Hi Violeta, thanks for your reply. My question is more to do with how I would configure my Tomcat installation to instantiate the WebappClassLoader for each of my services with this variable set to True. When I call ...getClass().getClassLoader() on object instantiated, I get...

Re: Configuring WebappClassloader Delegate=True

2013-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Peter, On 1/22/13 2:00 PM, Peter Lavin wrote: Hi Violeta, thanks for your reply. My question is more to do with how I would configure my Tomcat installation to instantiate the WebappClassLoader for each of my services with this variable set to

Configuring WebappClassloader Delegate=True

2013-01-21 Thread Peter Lavin
Dear List, can anybody tell me how I can configure the WebappClassLoader to not be the default Delegate=false to be Delegate=True ? thanks, Peter -- with best regards, Peter Lavin, PhD Candidate, CAG - Computer Architecture Grid Research Group, Lloyd Institute, 005, Trinity College Dublin,

Re: Configuring WebappClassloader Delegate=True

2013-01-21 Thread Violeta Georgieva
Hi, 2013/1/21 Peter Lavin Dear List, can anybody tell me how I can configure the WebappClassLoader to not be the default Delegate=false to be Delegate=True ? thanks, Peter Check this http://tomcat.apache.org/tomcat-7.0-doc/config/loader.html#Common_Attributes Regards Violeta