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
Can we use threads in Servlets?
How to read request headers from servlets?
What is servlet container. how it works?
What are the servlet events?
Why the container loads server at the application startup and how?
What is load-on-startup in servlet?
When Servlet is unloaded?
How to create war file?
What’s the use of the servlet wrapper classes??
What are the drawbacks of cgi?
What are the types of Session Tracking ?
When to use doget() and when dopost()?
Can you call a jsp from the servlet?
What are the life cycle methods of the servlet?
Write a hello world program using servlets.