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 / mahesh
hi first u got to copy the tools.jar file from java\bin &
paste in the tomcat\common\lib folder & restart the server
again.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What must be implemented by all servlets?
What are the various ways of session supervision in servlets?
What are the functions of the servlet container?
What is servlet container. how it works?
Can you refresh servlet in client and server-side automatically?
Difference between GET and POST?
What exactly are the functions of servlet?
Explain the servlet filter.
Which event is fired at the time of session creation and destroy?
Describe some assignments that are executed by servlet container?
What is meant by session? Tell me something about httpsession class?
What is the default http method in the servlet?
What is called servlet mapping?
How we can create war file in servlet?
Why don't we write a constructor in a servlet?