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 |
can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans
Explain how to improve Servlet Performance?
Can we override destroy method in servlet?
What are the advantages of servlets over traditional cgi?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
How to create war file?
Explain the architechure of a servlet?
When servlet object is created?
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.
What is difference between cookies and httpsession?
What is http servlet in java?
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??????????????????