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
How can you start a jta transaction from a servlet deployed on jboss?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What does the term localization refer to?
What is servlet container?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What is the difference between genericservlet and httpservlet
Which httpsession object is used to view and manipulate information about a session?
What is servlet attributes and their scope?
How to get the actual path of servlet in server?
What do you mean by cgi and what are its drawbacks?
Name the different ways of session tracking.
What are the phases of the servlet life cycle?
What are the different types of servlets?
Write a simple servlet program to print the contents of html.
What is the difference between the include() and forward() methods?