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 |
How do I use cookies to store session state on the client?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i used servlet for controller logic and business logic . is it correct ?
What is a parser. What does a parser do with a XML? Why do we need it?
What is the use of send redirect () method?
why are extending GenericServlet and why are extending HttpServlet explain?
if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
Why are http servlets used in programming?
Is dispatcher servlet a singleton?
What are the annotations used in servlet 3?
What are cookies and how will you use them?
What is the difference in between the httpservlet and generic servlet?