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 |
What is servlet in tomcat?
What's the use of servletcontext?
How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?
what are the way a client can be tracked?
Describe some assignments that are executed by servlet container?
Which are the different ways you can communicate between servlets?
Are Servlets by default thread safe or not? thanks in advance regards Sudhakar
What method is used to create database connection in servlets?
What is the workflow of a servlet?
which type of data passing is used in realtime?
Which application server is best for java?
Is servlet synchronized?