If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer Posted / ravikiran(aptech mumbai)
When modification occurs change the attribute
reloadable=true in http connecter tag on server.xml
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between forward () and sendredirect () functions in servlet? Explain
What are Servlets?
Explain the difference between servletconfig and servletcontext in servlet?
What are the functions of the servlet container?
What is called Scriptlet?
What are some disadvantages of storing session state in cookies?
How is an application exception handling is done using a servlet?
What are the different session tracking techniques?
What is a java servlet?
What is SingleThreadModel interface?
What is the difference between genericservlet and httpservlet
What is the difference between using getSession(true) and getSession(false) methods?
What is servlet and how it works?
What is the purpose of requestdispatcher interface?
When a servlet accepts a call from a client, it receives two objects. What are they?