If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer Posted / a.srnivas rao
no u dont need to shut down the server.Simply gp to web.xml
file and there u do the servletmodifications.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Can you create a deadlock condition on a servlet?
How can the referrer and the target urls be used in servlet?
Explain the working of service() method of a servlet.
What is the difference between forward () and sendredirect () functions in servlet? Explain
What is cookies in servlet with example?
What are the phases of servlet life cycle?
Why don't we write a constructor in a servlet?
What is the directory structure of a war file?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What's the servlet interface?
Explain Action Servlet?
What do you mean by web applications? Explain web application directory arrangement?
how many jsp scripting elements are there and what are those?
How do you communicate in between Applets and Servlets?
How do you define a servlet?