Setting the classpath for my application

2006-07-24 Thread Darren Hall
Is the fact that I'm receiving a ClassNotFound error from Tomcat's ClassLoader for a class that I've created indicative of a bad classpath? Are jar files stored in WEB-INF/lib automatically included in Tomcat's classpath for my application? If so, how do I set the classpath for my application in T

RE: Setting the classpath for my application

2006-07-24 Thread Darren Hall
s in the jar under the WEB-INF/lib directory??? Any help would be appreciated. Thanks, Darren -Original Message- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 1:59 PM To: 'Tomcat Users List' Subject: Setting the classpath for my application Is the

RE: Setting the classpath for my application

2006-07-24 Thread Darren Hall
controller servet was not deployed with the war file. Darren -Original Message- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 3:07 PM To: 'Tomcat Users List' Subject: RE: Setting the classpath for my application I wanted to confirm that jar files

Re: Setting the classpath for my application

2006-07-24 Thread David Smith
om: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 1:59 PM To: 'Tomcat Users List' Subject: Setting the classpath for my application Is the fact that I'm receiving a ClassNotFound error from Tomcat's ClassLoader for a class that I've created indicative o

Re: Setting the classpath for my application

2006-07-24 Thread Martin Gainty
. - Original Message - From: "Darren Hall" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Monday, July 24, 2006 3:06 PM Subject: RE: Setting the classpath for my application I wanted to confirm that jar files in the WEB-INF/lib directory were included in

Re: Setting the classpath for my application

2006-07-24 Thread Christopher Schultz
Darren, > My jar file (foo.jar) is in the > webapps/abc/WEB-INF/lib directory for my 'abc' application. However, in the > Catalina log file, when Tomcat starts, I get a "ClassNotFound - > com.abc.framework.ControlServlet" error. Why can my servlet not be found if > it resides in the jar under the

Re: Setting the classpath for my application

2006-07-24 Thread Suresh babu
I agree with chris On 7/25/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: Darren, > My jar file (foo.jar) is in the > webapps/abc/WEB-INF/lib directory for my 'abc' application. However, in the > Catalina log file, when Tomcat starts, I get a "ClassNotFound - > com.abc.framework.ControlSer