RE: Changing the webapp classpath

2008-02-11 Thread Caldarale, Charles R
> From: Dalia,Keith A - TO-DITT1 [mailto:[EMAIL PROTECTED] > Subject: RE: Changing the webapp classpath > > So, I would place the in the web.xml that ships with > my webapp? No, it would be in the element inside your webapp's META-INF/context.xml file. elements shoul

RE: Changing the webapp classpath

2008-02-11 Thread Dalia,Keith A - TO-DITT1
List Subject: RE: Changing the webapp classpath > From: "Dalia,Keith A - TO-DITT1" <[EMAIL PROTECTED]> > Subject: Changing the webapp classpath > > I was wondering if there was a way to alter the default > webapps classpath. There's an undocumented capabilit

RE: Changing the webapp classpath

2008-02-11 Thread Caldarale, Charles R
> From: "Dalia,Keith A - TO-DITT1" <[EMAIL PROTECTED]> > Subject: Changing the webapp classpath > > I was wondering if there was a way to alter the default > webapps classpath. There's an undocumented capability within Tomcat that provides what you're

Re: Changing the webapp classpath

2008-02-11 Thread Johnny Kewl
. --- - Original Message - From: "Dalia,Keith A - TO-DITT1" <[EMAIL PROTECTED]> To: Sent: Monday, February 11, 2008 11:07 PM Subject: Changing the webapp classpath I was wondering if there was a way to alter the default webapps classpath. We use several

Changing the webapp classpath

2008-02-11 Thread Dalia,Keith A - TO-DITT1
I was wondering if there was a way to alter the default webapps classpath. We use several different .jars in our deployments and would like to create a directory structure under the web_inf/lib directory. By default the webapps classloader only looks in web_inf/classes and web_inf/lib. Any help i