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

How can we create deadlock situation in servlet?

0 Answers  


What is meant by session? Tell me something about httpsession class?

0 Answers  


A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?

0 Answers  


Explain the working of service() method of a servlet.

0 Answers  


What is the web server used for running the Servlets?

0 Answers  






How would you create deadlock on your servlet?

0 Answers  


What do you mean by session tracking?

0 Answers  


Why doesn’t a servlet include main()?

0 Answers  


Name the packages that work with servlet?

0 Answers  


HTTP tunneling means what?

2 Answers  


What are the drawbacks of cgi?

0 Answers  


Explain the difference between a web server and a web container?

0 Answers  


Categories