If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer Posted / farhaananwar
It depends on web server you use. most morden day web server
need not to shutdown and restart to accept the recompiled
servlet class.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How httpservlet is different from the genericservlet?
Explain the methods of request dispatcher in servlet?
Can we refresh servlet in client and server side automatically?
What are the important functions of filters?
Which httpsession object is used to view and manipulate information about a session?
What is the use of httpservletrequestwrapper?
Explain how to improve Servlet Performance?
If a servlet is not properly initialized, what exception may be thrown?
Which protocol will be used by browser and servlet to communicate
How do we share data using 'getservletcontext ()?
Which interface must be implemented by all servlets?
How can an existing session be invalidated?
How native code can be used in a servlet?
What are different ways for servlet authentication?
How can we achieve transport layer security for our web application?