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
Explain the custom jsp tags and the beans.
What are the phases of a servlet life cycle?
Difference between java beans & servlets?
What is the difference between servlet and filter?
What is setattribute in servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What if we pass negative value in load-on-startup?
What is java servlet session?
What is servlet invoker?
What do you mean by request dispatcher in servlet?
Differentiate between get and post?
What are the various ways of session supervision in servlets?
How to get the server information in a servlet?
Why HttpServlet class is declared abstract?
How can we refresh automatically when new data has entered the database?