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 do you mean by a filter and how does it work?
How to notify an object in session when session is invalidated or timed-out?
request parameter how to find whether a parameter exists in the request object?
What is session?
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
How can you start a jta transaction from a servlet deployed on jboss?
What are the new features added to servlet 2.5?
What is meant by a servlet?
What is a servlet context?
how many jsp scripting elements are there and what are those?
What is ServletConfig object?
Why filter is used in servlet?
How do I support both get and post from the same servlet?
What is a cookie What is the difference between session and cookie
What is the procedure for initializing a servlet?