Re: Setting the classpath for my application

2006-07-25 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.ControlServlet

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

RE: Setting the classpath for my application

2006-07-24 Thread Darren Hall
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 fact that I'm receiving a ClassNotFound error

RE: Setting the classpath for my application

2006-07-24 Thread Darren Hall
the 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 in the WEB

Re: Setting the classpath for my application

2006-07-24 Thread David Smith
, 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 of a bad classpath? Are jar files stored in WEB-INF/lib automatically included

Re: Setting the classpath for my application

2006-07-24 Thread Martin Gainty
. - Original Message - From: Darren Hall [EMAIL PROTECTED] To: 'Tomcat Users List' users@tomcat.apache.org 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 the classpath for my

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