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?
Can servlet have a constructor ?
Explain the difference between servletconfig and servletcontext in servlet?
What are the phases of servlet life cycle?
Explain the features are in servlet 3?
How does tomcat servlet container work?
What is the difference between context parameter and context attribute?
When to use doget() and when dopost()?
How printwriter is different from servletoutputstream?
How do you load an image in a Servlet?
Can you explain in detail 'javax.servlet' package?
Differentiate between get and post?
What is the structure of the http response
Name the packages that work with servlet?
What is meant by a servlet?