Re: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-11-01 Thread Abinesh S Puthenpurackal
PuthenpurackalTo: [EMAIL PROTECTED] abinesh.puthenpurackal cc: @sdrc.comSubject: ClassNotFoundException when using war file (Tomcat 3.2.3) 10/31/2001 09:45 AM

AW: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-11-01 Thread Elroy, Rebecca
] Abinesh S PuthenpurackalTo: [EMAIL PROTECTED] abinesh.puthenpurackal cc: @sdrc.comSubject: ClassNotFoundException when using war file (Tomcat 3.2.3) 10/31/2001 09

RE: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-11-01 Thread Larry Isaacs
To: Tomcat Users List Subject: Re: ClassNotFoundException when using war file (Tomcat 3.2.3) I got my web application to work in tomcat 4.0.1 (Catalina). In Tomcat 4.0.1, the order of the contents in the web.xml seems to matter (E.g. All servlet definition must be before the servlet

ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread Abinesh S Puthenpurackal
Hi, I am trying to use a war which has some jar files in it for my web application in tomcat 3.2.3. The war file is structured as follows WarFile.war Web-inf/lib/jarfile1.jar Web-inf/lib/jarfile2.jar Web-inf/lib/jarfile3.jar When running the application I get

Re: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread scarcher
: @sdrc.comSubject: ClassNotFoundException when using war file (Tomcat 3.2.3

Re: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread Bo Xu
WEB-INF is case sensitive, it can not be Web-inf or other... Bo Oct.31, 2001 [EMAIL PROTECTED] wrote: I'm new to tomcat but shouldn't it bet WEB-INF? isn't it case sensitive? Scott Archer [EMAIL PROTECTED] [...] Hi, I am trying to use a war which has some jar files in it for my web

Re: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread David Smith
PROTECTED] Abinesh S PuthenpurackalTo: [EMAIL PROTECTED] abinesh.puthenpurackal cc: @sdrc.comSubject: ClassNotFoundException when using war file (Tomcat 3.2.3

RE: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread Larry Isaacs
To: Tomcat Users List Subject: Re: ClassNotFoundException when using war file (Tomcat 3.2.3) The examples that gets shipped with the tomcat.zip file also uses Web-inf [EMAIL PROTECTED] wrote: I'm new to tomcat but shouldn't it bet WEB-INF? isn't it case sensitive? Scott Archer

Re: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread Abinesh S Puthenpurackal
. Cheers, Larry -Original Message- From: Abinesh S Puthenpurackal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 11:02 AM To: Tomcat Users List Subject: Re: ClassNotFoundException when using war file (Tomcat 3.2.3) The examples that gets shipped

RE: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread Larry Isaacs
Puthenpurackal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 2:41 PM To: Tomcat Users List Subject: Re: ClassNotFoundException when using war file (Tomcat 3.2.3) I did the following based on the inputs I received (thanks for replying), however, I am still not successful

Re: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread Paul DuBois
[EMAIL PROTECTED] Abinesh S PuthenpurackalTo: [EMAIL PROTECTED] abinesh.puthenpurackal cc: @sdrc.comSubject: ClassNotFoundException when using war file (Tomcat 3.2.3