Hi,

Thanks for your reply.
The class that is appearing in the error message exists under
webapps/sample/WEB-INF/lib 
And And all the classes are in a package. 
One more thing .. This was working fine with Tomcat 4.0 and after
upgrading to Tomact 5 its giving this problem..

Is there any thing 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: 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 to the index.html file, it's not a
class and should not be in the .jar file.

As a previous respondent suggested, do you have your classes in
packages?  If not, there's no guarantee they will work - the servlet
spec requires that servlet classes be in packages.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to