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 / 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 |
Post New Answer View All Answers
Difference between httpservlet and generic servlets?
What if we pass negative value in load-on-startup?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
What are the objects involved when a servlet receives a call from client?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is preinitialization of a servlet?
What is the inter-servlet communication?
How to get the actual path of servlet in server?
How can you start a jta transaction from a servlet deployed on jboss?
What is the structure of the http response
Explain web container.
What do you mean by session tracking and also explain its techniques?
What is servlet and its life cycle?
What is servletconfig?
why we should override only no-agrs init() method.