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...

WebappClassLoader
  context: /basicagent-1.0
  delegate: false
  repositories:/WEB-INF/classes/
----------> Parent classloader:org.apache.catalina.loader.StandardClassLoader@348bdcd2

I'm assuming that this variable is set when the container is started, is this correct?

regards
Peter



On 01/21/2013 08:19 PM, Violeta Georgieva wrote:
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


--
with best regards,
Peter Lavin,
PhD Candidate,
CAG - Computer Architecture & Grid Research Group,
Lloyd Institute, 005,
Trinity College Dublin, Ireland.
+353 1 8961536

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

Reply via email to