What is done after deploying a war file and before client
gives a request

Answers were Sorted based on User's Feedback



What is done after deploying a war file and before client gives a request..

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

What is done after deploying a war file and before client gives a request..

Answer / ravikiran

the war file is loaded by the container

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Servlets Interview Questions

Why the concept of single thread model interface is used?

0 Answers  


i have class files in class folder. but i have no java files. but i want to modify the java files which are related to class files . how ?

5 Answers   TCS,


What are the features added in Servlet 2.5?

0 Answers  


What is the structure of the http response

0 Answers  


What is servlet container. how it works?

0 Answers  






What is the directory structure of web application?

0 Answers  


What is servlet attributes and their scope?

0 Answers  


Describe in brief RequestDespatcher?

0 Answers   Tech Mahindra,


What is the use of httpservletrequestwrapper and httpservletresponsewrapper?

0 Answers  


What is servlet lazy loading?

0 Answers  


How to read request headers from servlets?

0 Answers  


Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.

7 Answers  


Categories