If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer Posted / sanjay gajula
YES WE NEED TO SHUT DOWN THE WEB SERVER TO SEE THE CHANGES
MODIFIED IN THE SERVLET IN THE CASE IF IT IS TOMCAT
APPLICATION SERVER WHERE AS IF IT IS WEB LOGIC SERVER NO
NEED TO SHUT DOWN IT ,JUST CHANGE CONTEXT TO "REDEPLOY" IN
THE SERVER.XML FILE OF WEB LOGIC SERVER
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is servlet container?
What is the default http method in the servlet?
How can we perform any action at the time of deploying the project?
Which are the different ways you can communicate between servlets?
What are all the protocols supported by httpservlet?
What do you mean by cgi?
How can a servlet be used to generate plain text instead of html?
What is Servlets and explain the advantages of Servlet life cycle?
Is that servlet is pure java object or not?
Explain is servlet mapping?
Why filter is used in servlet?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
How is a servlet implemented in code?
Why HttpServlet class is declared abstract?
What is setattribute in servlet?