hi....
i have problem in running of servlet.
i am using Tomcat server in my pc..
The problem is when i am click on strat it will display like
below
FAIL - Application at context path /first could not be started..
How i can slove the problem..
help plz
Answers were Sorted based on User's Feedback
Answer / gangadhar
hi .
plz verify your web.xml file on that there is a
mistake .plz go through once. other wise send your code to
my mail id: metari.gangadhar@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / aashish r. wadhokar
it can happen when your project is build with errors and
.war file of ur project is not loaded to webapps folder of
tomcat server.
check properly.
when resource not found (error 404)found it means ur web.xml
is not configured properly.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravikiran.chd
I think ur server is not configured properly
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you start a jta transaction from a servlet deployed on jboss?
Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file?
Write a servlet to upload file on server.
What is the purpose of inter-servlet communication?
If servlet receives multiple requests, how many objects will it create?
Define context initialization parameters.
What are the key methods that are involved in processing of http servlets?
What do you mean by cgi in servlet?
How will you pass values from HTML page to the servlet?
Why is a constructor needed in a servlet even if we use the init method?
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.
What is a servlet?