If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer Posted / sumitpalsingh
No,Need to shutdown the Application server/webserver ,only recompile and reload of webapplication is enough after modification in servlet program.this will effected.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the servlets and cgi programs?
Which are the different ways you can communicate between servlets?
What are the annotations used in servlet 3?
Describe in brief RequestDespatcher?
What is the purpose of dispatcherservlet properties?
What is servlet api used for conneting database?
Elucidate servlet attributes and its scope?
How do I know if java is running on linux?
What is the difference between jsp and servlet life cycle?
What is Servlet API used for connecting database?
What do you mean by session tracking and also explain its techniques?
How can a servlet be used to generate plain text instead of html?
How the servlet is loaded?
Why is a constructor needed in a servlet even if we use the init method?
How we can get ip address of client in servlet?