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 a server side include (ssi)
What is the use of attribute in servlets?
What do you mean by httpservlet?
How do servlets work?
Explain web application directory arrangement?
List the Different types of servlet?
Explain the difference between servlet and cgi?
What is servlet collaboration?
What is the difference between servlet and filter?
What is lazy loading and what is Generic Servlet Class?
Explain the difference between servletconfig and servletcontext in servlet?
What are all the ways for session tracking?
What are the uses of servlets?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
what do you understand by url rewriting?