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
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
.
- 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
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
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
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
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