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 new in ServletRequest interface ? (Servlet 2.4)
what do you understand by url rewriting?
What is the use of request dispatcher interface?
Describe some assignments that are executed by servlet container?
What is cgi and what are its drawbacks?
What is the difference between the http servlet and generic servlet?
What is servlet and list its types?
What is the purpose of requestdispatcher interface?
Why the container loads server at the application startup and how?
Why the concept of single thread model interface is used?
How to get the path of servlet in the server?
What do you mean by web applications? Explain web application directory arrangement?
How do cookies work in servlets?
Who is responsible to create the object of servlet?
Which exception is thrown if the servlet is not initialized properly?