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
Why filter is used in servlet?
What is the difference between servlet and filter?
How do you define a servlet?
Why are servlets used?
What is difference between jsp and servlet?
How can you push data from an Applet to a Servlet?
What are the types of servlet?
What is servlet container. how it works?
What is Servlets and explain the advantages of Servlet life cycle?
Why do we use sendredirect() method?
Explain servlet life cycle?
Is servlet a controller?
What are its drawbacks of cgi?
Differentiate between the web server and application server?
How is a servlet implemented in code?