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
What are the steps involved in placing a servlet within a package?
What is servlet and list its types?
Why jsp is better than servlet?
How do we call one servlet from another servlet?
What is servlet initializer?
What are the key methods that are involved in processing of http servlets?
Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!
What is java servlet?
How to get the server information in a servlet?
What is servlet container. how it works?
What is the difference between portlet and servlet?
What are the different mode that servlets can be used?
What is http servlet? Explain with the help of an example.
What is cgi and what are its drawbacks?
What is servlet used for?