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
Explain servlet events?
When a servlet accepts a call from a client, it receives two objects. What are they?
What is the procedure for initializing a servlet?
Which are the different ways you can communicate between servlets?
How would you create deadlock on your servlet?
What do you mean by cgi and what are its drawbacks?
What do you mean by session tracking and also explain its techniques?
What are the different mode that servlets can be used?
Difference between forward() method and sendredirect() method ?
Describe some assignments that are executed by servlet container?
What is the life-cycle of servlets?
How is a servlet implemented in code?
What are Servlets?
How does Cookies work in Servlets?
Explain the war file?