I can't be sure what web servers will be installed and running, on my development system we're running apache and iPlanet, but we might have any number of servers on the target system.
Well you will have to define then what a web server is....
because all "web server"s are just programs that sit on a tcp port and respond to client requests usually with the http protocol but not nesessarily (sp?).
the only way i can think of to really ensure they are ALL stopped is to stop the tcp protocol, do your process, and then restart the tcp protocol.
Well, even throwing this at the web servers would not do. I had hoped there was a way to could access a list of programs which were accessing the tcp ports. I need to swap out some provider runtime files while the web server servlet engine is not using them.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.