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 |
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
If some new data has entered the database, explain how can a servlet refresh automatically?
What's the use of servletcontext?
How to handle the debug errors in servlets?
Can we fetch the attributes related to a servlet on a different servlet?
What happens, when client requests for server object, which is not yet loaded into the memory?
Why do we need a constructor in a servlet if we use the init method?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
Can you refresh servlet in client and server-side automatically?
How can you use a servlet to generate a plain text instead of html?
What are the different session tracking techniques?
Why is a constructor needed in a servlet even if we use the init method?