If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer Posted / ravi shankar kuamr
Actualy this is totaly depent upon ur server whish server u
are using..nowadays if U talk about websphere application
server then there is a great facility given by IBM that U
can start ur server in Debug mode in which U can do all
modification in application( like servlets) at the same time
u are using services...
SO WE CAN SEE THAT IN CASE OF WEBSPHERE APPLICATION SERVER
IN DEBUG MODE DONT REQUARED TO SHUTDOWN WHEN ANY ONE WANT TO
MODIFY ANY SERVLETS..ITS TOTALY DEPENDS ON SERVER
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between PrintWriter and ServletOutputStream?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
Describe servlet?
What do you mean by chaining in servlet?
What is life cycle of Servlet?
Difference between java beans & servlets?
What is servlet and its life cycle?
What is URL Encoding?
Explain the servlet context.
What are the advantages of Servlet over CGI?
What is servlet container?
Which httpsession object is used to view and manipulate information about a session?
Explain the role of dispatcherservlet and contextloaderlistener.
Why doesn’t a servlet include main()? How does it work?
What are the various ways of session supervision in servlets?