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 / ravikiran.chd
while you are building remove the servlet-api.jar and after
building put the jar file inside and start the server
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the jobs performed by servlets?
What do you mean by servlet context?
What do you mean by servlet?
What is meant by session? Tell me something about httpsession class?
What is the difference between the servlets and cgi programs?
What is the disadvantage of cookies?
What are the ways to handle multi-threading in servlets?
request parameter how to find whether a parameter exists in the request object?
What is java servlet?
What do you mean by a filter and how does it work?
Define the servlet mapping.
Tell us something about servletconfig interface.
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What are the functions of Servlet container?
How to find whether a parameter exists in the request object?