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
How do you find out what client machine is making a request to your servlet
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What is URL Encoding?
What are the different ways we can maintain state between requests?
What is Client-Server Computing?
Write a servlet to upload file on server.
What is the difference between forward () and sendredirect () functions in servlet? Explain
What is difference between cookies and httpsession?
How do I support both get and post from the same servlet?
How do we call one servlet from another servlet?
Explain jsessionid and when is it created?
What are the different methods of session management in servlets?
What is servlet api used for conneting database?
List out the difference between ServletConfig and ServletContext?