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 / ravikiran.chd
while you are building remove the servlet-api.jar and after
building put the jar file inside and start the server
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a generic servlet and http servlet?
What is servlet mapping?
Explain how to improve Servlet Performance?
What is a generic servlet?
How to get the current httpsession object?
How can a servlet be used to generate plain text instead of html?
Why do you use session tracking in httpservlet?
What is a java servlet?
What is cookies in servlet with example?
What are common tasks performed by Servlet Container?
Can you use javascript in servlets?
Difference between doget and dopost?
What are the various ways of session supervision in servlets?
Difference between GET and POST?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?