If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer Posted / prashant
No it is not needed to shut down the web server while
modifying the servlet
But we need to Restart the web Server after modification!
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Is that servlet is pure java object or not?
How can a servlet be used to generate plain text instead of html?
What are the uses of servlet and what is servlet chaining?
What are important features of Servlet 3?
When Servlet is unloaded?
What are Servlets?
Is it possible to have a constructor inside the servlet?
Is tomcat a servlet container?
What do you mean by request dispatcher in servlet?
How can we invoke another servlet in a different application?
What are the differences between forward() method and sendredirect() methods?
Describe in brief RequestDespatcher?
What are the benefits of using servlet over cgi?
What is http servlet? Explain with the help of an example.