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
Explain the difference between jsp and servlet?
How to get the path of servlet in the server?
What is the directory structure of a war file?
What do you mean by a filter and how does it work?
How do we call one servlet from another servlet?
How the JSP file will be executed on the Server side?
Where do you define dispatcherservlet?
What is the difference between using getSession(true) and getSession(false) methods?
What is httpservlet and how it is different from genericservlet?
How will two or three servlets interact or communicate with each other?
What is cookie in servlet?
What is servlet interface?
What is SingleThreadModel interface?
How httpservlet is different from the genericservlet?
Which is better jsp or servlet?