Re: Classpath Structure Problem ?

2001-09-24 Thread Kesav Kumar
tries to find the class from the current context which will give you the application's classloader. - Original Message - From: [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Sunday, September 23, 2001 7:36 PM Subject: Classpath Structure Problem ? SYMPTOMS When I

Classpath Structure Problem ?

2001-09-23 Thread bill . winspur
SYMPTOMS When I invoke my webapp, the first request to the server causes the front servlet to throw a class-def-not-found exception for the app's session class, which it loads dynamically. The class in question is in fact present in the app's war file, in the web-inf classes directory.