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
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
How to upload a file to the server using servlet?
Explain the architechure of a servlet?
What is the type of method for sending request from http server?
How do you run a servlet?
What is getservletcontext?
Why don't we write a constructor in a servlet?
How many objects of a servlet is created?
Can we override servlet service method?
What are the important functions of filters?
Explain the war file?
Is dispatcher servlet a singleton?
What do you mean by singlethreadmodel interface?
Why do we have servlet listeners?
Why is servlet used?