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


Please Help Members By Posting Answers For Below Questions

What is servlet and its use?

627


What are the difference between RMI and Servlets?

1049


Why do you use session tracking in httpservlet?

639


Can you send an authentication error from a servlet?

524


What is the main purpose of java servlets?

587






What is the major difference between servlet and applet?

540


What are different ways for authentication of servlet?

525


What is the process for chaining servlet?

611


What must be implemented by all servlets?

574


What's the difference between servlets and applets?

561


What is a servlet context object?

621


What is servlet api used for conneting database?

696


How can I send user authentication information while making URL Connection?

546


What is a servlet-to-servlet communcation?

648


How is the get () method different from the post() method?

537