RE: Web App Classloader..How?

2003-01-29 Thread Shrotriya, Sumit
Hi Haytham, I am pretty new to Tomcat myself but I think this will help you. Modify your setclasspath.bat file in your %TOMCAT%\bin dir to have your files added to the CLASSPATH env variable. In this case as long as the sun.misc.Launcher$AppClassLoader class loader is called to load the files

RE: Web App Classloader..How?

2003-01-29 Thread Haytham Samad
under my application context (on the other drive) without having to touch anything in the Tomcat installation. Any ideas!! Thanks. -Original Message- From: Shrotriya, Sumit [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 1:49 PM To: 'Tomcat Users List' Subject: RE: Web App

RE: Web App Classloader..How?

2003-01-29 Thread Shapira, Yoav
Howdy, The configuration should allow me to enter the context in server.xml and be able to update my code under my application context (on the other drive) without having to touch anything in the Tomcat installation. Any ideas!! Here's an idea that can be summarized in three letters: WAR.

RE: Web App Classloader..How?

2003-01-29 Thread Haytham Samad
directory? Not sure this is the case though... Thanks -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 2:19 PM To: Tomcat Users List Subject: RE: Web App Classloader..How? Howdy, The configuration should allow me to enter the context

RE: Web App Classloader..How?

2003-01-29 Thread Shrotriya, Sumit
in tomcat's webapps directory? Not sure this is the case though... Thanks -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 2:19 PM To: Tomcat Users List Subject: RE: Web App Classloader..How? Howdy, The configuration should allow me to enter

Re: Web App Classloader..How?

2003-01-29 Thread Will Hartung
From: Shrotriya, Sumit [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 1:06 PM Subject: RE: Web App Classloader..How? Hi Haytham, I dont think Tomcat will allow you to load classes from any directory below the %TOMCAT% home dir. If it does then it would be a great security concern