Is there any need to shutdown the web server, if you want
to modify a servlet?
Answer Posted / devendra
yes, it is essential to shutdown the web server if we have
made any modifications. but we have another alternative way
without if u r using tomcat then it has server.conf server
configuration file just go to that and set the property
something like <Defalutcontext reloaded="true"> just make
it true so that thr is no need to shoutdown server. it will
take changes automatically..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the GenericServlet class?
What is the use of httpservletresponsewrapper?
When should you prefer to use doget() over dopost()?
Explain the role of dispatcherservlet and contextloaderlistener.
What are the uses of servlet
What are the ways to handle multi-threading in servlets?
How to create war file?
Define declaration.
What is a generic servlet?
Is it possible to have a constructor inside the servlet?
What is cookies in servlet with example?
What are the objects involved when a servlet receives a call from client?
why we should override only no-agrs init() method.
What is called servlet container?
What is the structure of the http response