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
When jsessionid is created?
How the JSP file will be executed on the Server side?
What is java servlet session?
What is meant by Servlet? What are the parameters of service method?
Whats the advantages using servlets over using CGI?
Why do we use sendredirect() method?
What is the importance of init() method in Servlet ?
What are the differences between servlet context vs servlet config?
How can we invoke another servlet in a different application?
Which exception is thrown if the servlet is not initialized properly?
Whether thread can be used in servlets?
Write a servlet to upload file on server.
How to generate the server side programming and the advantages of it over the other languages?
What do you mean by url pattern in servlet?
Explain the features are in servlet 3?