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
Does servlet have main method?
Why is httpservlet declared abstract?
What is servlet and list its types?
Why is servlet used?
How do you find out what client machine is making a request to your servlet
Which java framework is most popular?
What are session variable in servlets?
What is a servlet context?
Is servlet a framework?
Who is responsible for writing a constructor?
What is the servlet?
What is Client-Server Computing?
What are the difference between RMI and Servlets?
What is called servlet container?
How do you get the ip address of the client in servlet?