Question regarding loading Classpath for Tomcat

2002-01-29 Thread Pavel Brun
Hi all, I uderstand that Tomcat loads its own classpath based on the startup ClassLoader factory. However, is there any way to include other directories that are not located within the Tomcat hierarchy?? I am just curious to see if anybody has done this without diving into the Tomcat code.

RE: Question regarding loading Classpath for Tomcat

2002-01-29 Thread Larry Isaacs
-Original Message- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 8:14 AM To: Tomcat Users List Subject: Question regarding loading Classpath for Tomcat Hi all, I uderstand that Tomcat loads its own classpath based on the startup ClassLoader factory. However

RE: Question regarding loading Classpath for Tomcat

2002-01-29 Thread Pavel Brun
Would this not be possible in Tomcat 4.0.1??? Paul -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 8:47 AM To: 'Tomcat Users List' Subject: RE: Question regarding loading Classpath for Tomcat For Tomcat 3.3, see the online documentation

RE: Question regarding loading Classpath for Tomcat

2002-01-29 Thread Larry Isaacs
At the moment, I'm not aware of a similar mechanism in Tomcat 4.x. Cheers, Larry -Original Message- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 9:05 AM To: Tomcat Users List Subject: RE: Question regarding loading Classpath for Tomcat Would