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
How can we refresh automatically when new data has entered the database?
What is preinitialization of a servlet?
What is Servlets and explain the advantages of Servlet life cycle?
How to commuincate between an applet and a servlet?
What are the new features added to servlet 2.5?
What are the types of protocols supported by httpservlet ?
What are the steps involved in placing a servlet within a package?
How can we perform any action at the time of deploying the project?
What's the advantages using servlets than using cgi?
What do you mean by httpservlet?
Write a servlet to upload file on server.
What is difference between server and servlet?
Why the container loads server at the application startup and how?
What is servlet in simple terms?
What is servlet and its types?