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
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What are the advantages of cookies?
Explain the war file?
how the HTML data stored in web server?
Is dispatcher servlet a singleton?
What is httpservlet and how it is different from genericservlet?
What is called Session Tracking?
What is called servlet container?
Can you call a jsp from the servlet?
What is the life-cycle of servlets?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Why do you use session tracking in httpservlet?
What is Servlets and explain the advantages of Servlet life cycle?
How do you define a servlet?
What methods do you use in servlet - applet communication?