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
Is it good idea to create servlet constructor?
What are the different mode that servlets can be used?
What do you mean by default initialization in java servlet?
How to create war file?
Explain the servlet context.
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is the use of java servlet api?
Difference between java beans & servlets?
What is the difference between the include() and forward() methods?
How do you define a servlet?
How can I send user authentication information while making URL Connection?
what do you understand by url rewriting?
What do you mean by web applications? Explain web application directory arrangement?
Why do you use session tracking in httpservlet?
What are the supporting protocol by HttpServlet ?