Re: Class loading order

2011-07-27 Thread Pid
classloader in >> tomcat/conf/catalina.properties. >> >> >> p >> >>> Regards >>> Krishna >>> >>> >>> -Original Message- >>> From: Anne, Radhakrishna (NSN - IN/Bangalore) >>> Sent: Tuesday, July

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

Re: Class loading order

2011-07-27 Thread Joseph
ve > to carry all the previous changes. Why not just update the JAR instead? > > You can also enable the shared classloader in > tomcat/conf/catalina.properties. > > > p > > > Regards > > Krishna > > > > > > -Original Message----- > >

Re: Class loading order

2011-07-27 Thread Pid
a (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 to plug-in 3 rd party modules. 3rd party > jars and my jars would placed under WEB-INF/libs. > In case

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

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 fr

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

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)