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 difference between get and post method?
Write a program to show the functionality of doget and dopost method?
What is servlet and its use?
What do you understand by mime type?
What do you mean by chaining in servlet?
How do I use cookies to store session state on the client?
What is a servlet context?
why we should override only no-agrs init() method.
What are the functions of Servlet container?
What are all the ways for session tracking?
What is the difference between get and post methods?
What do you mean by singlethreadmodel interface?
What is servlet and how it works?
Explain the steps involved in placing a servlet within a package?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?