Hi,
I have a web application, which has a
servlet running in infinite loop in
Tomcat. From the forums, it is suggested that in order to terminate the servlet running in infinite loop, we have to shutdown the server. If we shutdown the server, other web applications will also be removed from service. Can anyone suggest how to pull out the servlet from service without affecting the remaining web applications?
Thanks in advance,
Visu