What is done after deploying a war file and before client
gives a request
Answers were Sorted based on User's Feedback
Answer / ravikiran
The container will create the folder structrue named with
the war file and places all the files and folders inside
that during startup
| Is This Answer Correct ? | 5 Yes | 2 No |
Is java servlet still used?
What are life cycle methods of a servlet?
How can you push data from an Applet to a Servlet?
What is the use of servlet context?
What are all the advantages of servlet over cgi?
What is the difference between the servlets and cgi programs?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Why is init() method is used in servlets?
How to handle the debug errors in servlets?
explain filters in java?
What do you mean by interservlet communication?
How to make sure a servlet is loaded at the application startup?