What is done after deploying a war file and before client
gives a request
Answer Posted / 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 |
Post New Answer View All Answers
What do you understand by mime type?
How do I use cookies to store session state on the client?
What is cookie in servlet?
How the servlet is loaded?
Explain how does JSP handle run-time exceptions?
How to get the actual path of servlet in server?
Explain load on start-up and its importance?
What is the major difference between context parameter and context attribute?
How do I know if java is running on linux?
What do you mean by servlet context?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What are session variable in servlets?
Explain session tracking and its importance?
What is Servlet API used for connecting database?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?