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
What are all the protocols supported by httpservlet?
Which http method is said to be non-idempotent and idempotent?
What are life cycle methods of a servlet?
Which event is fired at the time of project deployment and undeployment?
What is the difference in between the httpservlet and generic servlet?
What are different ways for authentication of servlet?
Can we override destroy method in servlet?
What is the difference between Server and Container?
How do servlets work?
Can we use threads in Servlets?
How many objects of a servlet is created?
Difference between GET and POST?
Which interface must be implemented by all servlets?
What is the procedure for initializing a servlet?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?