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
Explain the concept of ssi ?
Can you send an authentication error from a servlet?
Is servlet a controller?
How to get the server information in a servlet?
What is meant by cookies?
What is webservlet?
What is servlet instance?
Which java application server is the best?
Explain the working of service() method of a servlet.
How can you use a servlet to generate a plain text instead of html?
Who is responsible for writing a constructor?
Explain request dispatcher and its methods.
What is the advantage of Servlets when compared with other server side technologies?
What mechanisms are used by a Servlet Container to maintain session information?
What is api in servlet?