Re: Class loading order

2011-07-27 Thread Pid
To: Tomcat Users List Subject: RE: Class loading order Hello, My web applications is designed to plug-in 3 rd party modules. 3rd party jars and my jars would placed under WEB-INF/libs. In case of bugs, the third party developer may provide hot fixes , which would be placed under WEB-INF/classes

Re: Class loading order

2011-07-27 Thread Joseph
enable the shared classloader in tomcat/conf/catalina.properties. p Regards Krishna -Original Message- From: Anne, Radhakrishna (NSN - IN/Bangalore) Sent: Tuesday, July 26, 2011 2:24 PM To: Tomcat Users List Subject: RE: Class loading order Hello, My web

RE: Class loading order

2011-07-27 Thread Anne, Radhakrishna (NSN - IN/Bangalore)
: Wednesday, July 27, 2011 1:12 PM To: Tomcat Users List Subject: Re: Class loading order On 27/07/2011 06:19, Anne, Radhakrishna (NSN - IN/Bangalore) wrote: Hello, Can I use virtualWebAppLoader class to meet my requirements..? You might be able to, but please note: 'hot fixes' and 'patches

Re: Class loading order

2011-07-27 Thread Pid
Subject: RE: Class loading order Hello, My web applications is designed to plug-in 3 rd party modules. 3rd party jars and my jars would placed under WEB-INF/libs. In case of bugs, the third party developer may provide hot fixes , which would be placed under WEB-INF/classes usually. I do not want

RE: Class loading order

2011-07-26 Thread Anne, Radhakrishna (NSN - IN/Bangalore)
Hello, I would like to changes the default order look up for class loading, as I understood from the doc, the order of look up is 1) WEB-INF/classes 2) WEB_INF/lib. Now I wanted to change this order and have my own order look up as shown below i.e. 1) /opt/shared/classes 2)

Re: Class loading order

2011-07-26 Thread Pid
On 26/07/2011 09:38, Anne, Radhakrishna (NSN - IN/Bangalore) wrote: Hello, I would like to changes the default order look up for class loading, as I understood from the doc, the order of look up is 1)WEB-INF/classes 2)WEB_INF/lib. Now I wanted to change this order and have my

RE: Class loading order

2011-07-26 Thread Anne, Radhakrishna (NSN - IN/Bangalore)
...@pidster.com] Sent: Tuesday, July 26, 2011 2:15 PM To: Tomcat Users List Subject: Re: Class loading order On 26/07/2011 09:38, Anne, Radhakrishna (NSN - IN/Bangalore) wrote: Hello, I would like to changes the default order look up for class loading, as I understood from the doc, the order

RE: Class loading order

2011-07-26 Thread Anne, Radhakrishna (NSN - IN/Bangalore)
Hello, Can I use virtualWebAppLoader class to meet my requirements..? Regards Krishna -Original Message- From: Anne, Radhakrishna (NSN - IN/Bangalore) Sent: Tuesday, July 26, 2011 2:24 PM To: Tomcat Users List Subject: RE: Class loading order Hello, My web applications is designed