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 / harikumar
hey do one thing , u can create a war(consists of
all .class files and web.xml ie., create a war file to ur
web root directory) and deploy it in the webapps and then
run it.
If then also u can get the same error do this
1.check ur web.xml or
2.delete jar files and again add or
3.set class the classpath before compiling.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by session tracking and also explain its techniques?
what is servlet chaining?
What’s the use of the servlet wrapper classes??
Difference between httpservlet and generic servlets?
What do you mean by session tracking?
What must be implemented by all servlets?
What is the use of servlet wrapper classes?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
Is servlet a controller?
Why is httpservlet declared abstract?
Explain the servlet filter.
Which method of the httpservletrequest object is used?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
What is URL Encoding?
What do you mean by scope object and what are its types?