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



hi.... i have problem in running of servlet. i am using Tomcat server in my pc.. The problem is w..

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

hi.... i have problem in running of servlet. i am using Tomcat server in my pc.. The problem is w..

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

hi.... i have problem in running of servlet. i am using Tomcat server in my pc.. The problem is w..

Answer / ravikiran.chd

I think ur server is not configured properly

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans

2 Answers  


Explain how to improve Servlet Performance?

0 Answers   BirlaSoft,


Can we override destroy method in servlet?

0 Answers  


What are the advantages of servlets over traditional cgi?

0 Answers  


What is the effective way to make sure all the servlets are accessible only when user has a valid session?

0 Answers  


How to create war file?

0 Answers  


Explain the architechure of a servlet?

0 Answers  


When servlet object is created?

0 Answers  


why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.

5 Answers  


What is difference between cookies and httpsession?

0 Answers  


What is http servlet in java?

0 Answers  


Hi Friends, Suppose you have a web appliction which consists of 100 clients are connected with Connection pooling and they are associated with 100 connection objcet and connected with DB sever,Due some problem DB-Server suddenly crashed and server came to down state for a while after few minutes DB-server once again up,Now how will I manage my Pool Management with my 100 clients...can any one tell me??????????????????

3 Answers   ProgressSoft,


Categories