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 difference between the include() and forward() methods?
What is the inter-servlet communication?
What is difference between get and post method?
What do you mean by deployment descriptor?
Why doesn’t a servlet include main()? How does it work?
Why the concept of single thread model interface is used?
What is servlet in web technology?
How the JSP file will be executed on the Server side?
Write the code to get the server information in servlet.
What is the major difference between context parameter and context attribute?
What is Servlet API used for connecting database?
What are the jobs performed by servlets?
How httpservlet is different from the genericservlet?
Who is responsible to create the object of servlet?
What is a java servlet?