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 / m gangadhar
hi,
do one thing, i think the servlet-api.jar which ur using is
corrupted so take latest form net. and deploy ur application.
Set class path then keep ur webapp folder structure contains
App
|-----WEB-INF
|------classes
------web.xml compile the classes first by
setting jar (servlet-api.jar) which should be C:\Program
Files\Tomcat 5.0\server\lib\servlet-api.jar
copy jar file from tomcat directory structure C:\Program
Files\Tomcat 5.0\server\lib and keep in ur
webapps\wapp\WEB-INF\lib it will solve ur problem sure.
if any Issues please feel free to contact my mail id.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the functions of Servlet container?
What mechanisms are used by a Servlet Container to maintain session information?
How do you create a cookie using servlet?
What is the difference between the servlets and cgi programs?
What are the types of protocols supported by httpservlet ?
What are the important functions of filters?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What is meant by a servlet?
What is servlet and how it works?
How can we achieve transport layer security for our web application?
Explain is servlet mapping?
Explain web application directory arrangement?
What is servlet and its types?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What is cgi and what are its drawbacks?