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 are the functions of an intercepting filter?
Which application server is best for java?
Write a command to get actual path of a servlet to the server?
How do you create a cookie using servlet?
Explain mvc pattern.
How we can create war file in servlet?
What is the default http method in the servlet?
What do you mean by url pattern in servlet?
What is generic servlet class?
What are the objects involved when a servlet receives a call from client?
Explain the difference between jsp and servlet?
How do you design microservices?
What are the steps involved in placing a servlet within a package?
Write a hello world program using servlets.
What is cgi?