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
Answer Posted / 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 |
Post New Answer View All Answers
Which is better jsp or servlet?
what is servlet chaining?
What is the directory structure of a war file?
What is the use of java servlet api?
Explain jsessionid and when is it created?
What is difference between jsp and servlet?
What is java servlet session?
what do you understand by url rewriting?
What are all the ways for session tracking?
What is the difference between servlet and filter?
What do you mean by interservlet communication?
What is called Session Tracking?
What do you mean by url pattern in servlet?
How can we perform any action at the time of deploying the project?
What is the process for chaining servlet?