Re: WebappLoader vs WebappClassLoader

2015-04-21 Thread Thusitha Thilina Dayaratne
Hi, > > Could someone tell me what is the purpose of having WebappLoader and > > WebappClassLoader in Tomcat? > >>WebappLoader is the Tomcat object that a user can configure that > >>represents the class loader. It remains the same across web application > >>stop/start. > > >>WebappClassLoader is

Re: WebappLoader vs WebappClassLoader

2015-04-20 Thread Thusitha Thilina Dayaratne
Hi > > Could someone tell me what is the purpose of having WebappLoader and > > WebappClassLoader in Tomcat? > >>WebappLoader is the Tomcat object that a user can configure that > >>represents the class loader. It remains the same across web application > >>stop/start. > > >>WebappClassLoader is t

Re: WebappLoader vs WebappClassLoader

2015-04-20 Thread Violeta Georgieva
Hi, 2015-04-21 6:42 GMT+03:00 Thusitha Thilina Dayaratne < thusithathil...@gmail.com>: > > Hi, > > > Could someone tell me what is the purpose of having WebappLoader and > > WebappClassLoader in Tomcat? > >>WebappLoader is the Tomcat object that a user can configure that > >>represents the class l

Re: WebappLoader vs WebappClassLoader

2015-04-20 Thread Thusitha Thilina Dayaratne
Hi, > Could someone tell me what is the purpose of having WebappLoader and > WebappClassLoader in Tomcat? >>WebappLoader is the Tomcat object that a user can configure that >>represents the class loader. It remains the same across web application >>stop/start. >>WebappClassLoader is the actual cl

Re: WebappLoader vs WebappClassLoader

2015-04-20 Thread Mark Thomas
On 20/04/2015 14:22, Thusitha Thilina Dayaratne wrote: > Hi, > > Could someone tell me what is the purpose of having WebappLoader and > WebappClassLoader in Tomcat? WebappLoader is the Tomcat object that a user can configure that represents the class loader. It remains the same across web applica

WebappLoader vs WebappClassLoader

2015-04-20 Thread Thusitha Thilina Dayaratne
Hi, Could someone tell me what is the purpose of having WebappLoader and WebappClassLoader in Tomcat? As I understand WebappClassLoader is per web application and WebAppLoader for tomcat server instance. Am I wrong? Thanks Best Regards --