AFAIK in Tomcat 3.x there is just one classpath for the entire tomcat (resp.
for the JVM) 
The webapps/foo/classes/ and webapps/foo/lib/ are not 'really' in the
classpath. Files in there get loaded by an modified Tomcat-Classloader.

For short: the systemclasspath=your webapp classpath

Regards

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 06, 2000 9:28 PM
> To: [EMAIL PROTECTED]
> Subject: How can I see my webapps classpath?
> 
> 
> I want to print out the classpath that's associated with my web app
> not the system one but the one that tomcat is using for the web app
> after it's seen classes and lib. Is this possible?
> 
> 

Reply via email to