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
How is a servlet implemented in code?
Explain the steps involved in placing a servlet within a package?
Explain the role of dispatcherservlet and contextloaderlistener.
What is servlet and its types?
Can a jsp be called using a servlet?
How can we create deadlock situation in servlet?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is the use of servlet wrapper classes?
Why session tracking is needed?
How to handle exceptions thrown by application with another servlet?
Is servlet thread safe?
What must be implemented by all servlets?
What is the inter-servlet communication?
What is a cookie What is the difference between session and cookie
how the HTML data stored in web server?