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 / siva thimmannagari
if ur using the JNLP concept,make an entry in the file
under the JNLP file
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Client-Server Computing?
How do you run a servlet?
Which event is fired at the time of session creation and destroy?
What are the functions of an intercepting filter?
Explain the concept of ssi ?
How can an existing session be invalidated?
How can the referrer and the target urls be used in servlet?
What are some advantages of storing session state in cookies?
What are the new features added to servlet 2.5?
Which method of the httpservletrequest object is used?
What are the supporting protocol by HttpServlet ?
Is servlet a framework?
What is the advantage of Servlets when compared with other server side technologies?
Why do we need a constructor in a servlet if we use the init method?
Differentiate between the print writer and servlet output stream?