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 is meant by servlet? What are the parameters of the service method?
What are the phases of a servlet life cycle?
Explain the concept of ssi ?
Which interface should be implemented by all servlets?
What are sessions in servlets?
Elucidate servlet attributes and its scope?
What do you mean by annotations in servlet?
Why are servlets used?
When servlet is loaded?
What are all the advantages of servlet over cgi?
What is the difference between context parameter and context attribute?
How is an application exception handling is done using a servlet?
What are the advantages of Servlet over CGI?
What is servlet mapping?
How can you push data from an Applet to a Servlet?