RE: Possible to assign different class loader for each web app with tomcat

2008-05-09 Thread paul.ockleford
EMAIL PROTECTED] Sent: 09 May 2008 13:41 To: Tomcat Users List Subject: Re: Possible to assign different class loader for each web app with tomcat [EMAIL PROTECTED] wrote: > Ok thanks, it's starting to become clearer now. > The class file is in > a jar file that lives in tomcat\shared

Re: Possible to assign different class loader for each web app with tomcat

2008-05-09 Thread Mark Thomas
[EMAIL PROTECTED] wrote: Ok thanks, it's starting to become clearer now. > The class file is in a jar file that lives in tomcat\shared\lib. I am guessing that these classes are loaded by a class loader further up the hierarchy described in the tomcat docs. I suppose in this instance there would

RE: Possible to assign different class loader for each web app with tomcat

2008-05-09 Thread paul.ockleford
al Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: 09 May 2008 12:25 To: Tomcat Users List Subject: Re: Possible to assign different class loader for each web app with tomcat [EMAIL PROTECTED] wrote: > Thanks for the reply. > > To be honest I am not sure, both web apps are se

Re: Possible to assign different class loader for each web app with tomcat

2008-05-09 Thread Mark Thomas
[EMAIL PROTECTED] wrote: Thanks for the reply. To be honest I am not sure, both web apps are separated, have their own web.xml files and also are accessed via different ports, however as they are effectively the same application at different stages of development they each need to load paramete

RE: Possible to assign different class loader for each web app with tomcat

2008-05-09 Thread paul.ockleford
correct! Thanks -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: 09 May 2008 11:35 To: Tomcat Users List Subject: Re: Possible to assign different class loader for each web app with tomcat This all depends on your webapp structure. If your config class is on the

Re: Possible to assign different class loader for each web app with tomcat

2008-05-09 Thread David Delbecq
config class? Meaning that web app1 should > not have been pointing at the end point for web app 2? If not then could > you tell me why? > > Thanks > > -Original Message- > From: Mark Thomas [mailto:[EMAIL PROTECTED] > Sent: 09 May 2008 11:10 > To: Tomcat Users List

RE: Possible to assign different class loader for each web app with tomcat

2008-05-09 Thread paul.ockleford
From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: 09 May 2008 11:10 To: Tomcat Users List Subject: Re: Possible to assign different class loader for each web app with tomcat [EMAIL PROTECTED] wrote: > Hi, > > Is it possible to configure a separate class loader for each web app > run

Re: Possible to assign different class loader for each web app with tomcat

2008-05-09 Thread Mark Thomas
Mark Thomas wrote: [EMAIL PROTECTED] wrote: Hi, Is it possible to configure a separate class loader for each web app running under tomcat? A colleague has informed that he can do this with web sphere and I am wondering if it is possible with tomcat. This is the case by default. No configur

Re: Possible to assign different class loader for each web app with tomcat

2008-05-09 Thread Mark Thomas
[EMAIL PROTECTED] wrote: Hi, Is it possible to configure a separate class loader for each web app running under tomcat? A colleague has informed that he can do this with web sphere and I am wondering if it is possible with tomcat. This is the case by default. No configuration is required. Mar

Possible to assign different class loader for each web app with tomcat

2008-05-09 Thread paul.ockleford
Hi, Is it possible to configure a separate class loader for each web app running under tomcat? A colleague has informed that he can do this with web sphere and I am wondering if it is possible with tomcat. Thanks Paul Ockleford **