Hi............
When i am started the tomcat server it started.
but it not load the jar files wht we deploving
file.suppose we load the wapp folder in webapps.
At running time it show the below error in tomcat server
INFO: validateJarFile(C:\Program Files\Apache Software
Foundation\Tomcat 5.0\web
apps\wapp\WEB-INF\lib\servlet-api.jar) - jar not loaded. See
Servlet Spec 2.3, s
ection 9.7.2. Offending class: javax/servlet/Servlet.class
How to slove this problem in my system.
plz give answer for this problem.
Answer Posted / m gangadhar
hi,
do one thing, i think the servlet-api.jar which ur using is
corrupted so take latest form net. and deploy ur application.
Set class path then keep ur webapp folder structure contains
App
|-----WEB-INF
|------classes
------web.xml compile the classes first by
setting jar (servlet-api.jar) which should be C:\Program
Files\Tomcat 5.0\server\lib\servlet-api.jar
copy jar file from tomcat directory structure C:\Program
Files\Tomcat 5.0\server\lib and keep in ur
webapps\wapp\WEB-INF\lib it will solve ur problem sure.
if any Issues please feel free to contact my mail id.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between servlet and jsp?
What is http servlet? Explain with the help of an example.
What do you mean by request dispatcher in servlet? Also explain its methods.
What is the difference between get and post methods?
What mechanisms are used by a Servlet Container to maintain session information?
What are the type of protocols used in httpservlet?
Explain the servlet filter.
Why jsp is better than servlet?
What are the life cycle methods of a servlet?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is a servlet?
What is servlet? Explain
Does servlet have main method?
What are the life cycle methods of the servlet?
Can you refresh servlet in client and server-side automatically?