RE: Problem with Tomcat 5.0.28

2006-02-28 Thread Caldarale, Charles R
> From: Devireddy, Nagendra Reddy (STSD) [mailto:[EMAIL PROTECTED] > Subject: RE: Problem with Tomcat 5.0.28 > > One more thing .. This was working fine with Tomcat 4.0 and after > upgrading to Tomact 5 its giving this problem.. Were you depending on the invoker servlet i

RE: Problem with Tomcat 5.0.28

2006-02-28 Thread Devireddy, Nagendra Reddy (STSD)
extra needs to be done to get the jar files loaded when we start tomcat?? Thanks, Nagendra -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 9:21 AM To: Tomcat Users List Subject: RE: Problem with Tomcat 5.0.28 > From: Devire

RE: Problem with Tomcat 5.0.28

2006-02-28 Thread Caldarale, Charles R
> From: Devireddy, Nagendra Reddy (STSD) [mailto:[EMAIL PROTECTED] > Subject: Problem with Tomcat 5.0.28 > > When I try accessing index.html .. Its throwing > classdefinationNotFound error .. But that class > exists in the sample.jar What class? If you're referring

Problem with Tomcat 5.0.28

2006-02-28 Thread Devireddy, Nagendra Reddy (STSD)
Hi , I have installed Tomcat 5.0 and trying to access the sample servlet examples. My directory structure is like this /webapps/sample is the directory where I have my files /webapps/sample/index.html /webapps/sample/WEB-INF/web.xml /webapps/sample/WEB-INF/lib/sample.jar When I try accessing