How to restart a virtual server in WS7

Does anybody know host restart a virtual server without restarting the whole instance?Thanks.
[107 byte] By [burrutiaa] at [2007-11-27 6:05:28]
# 1
I'm not sure what "restarting" a virtual server would mean. A virtual server isn't a program, it's just a set of configuration directives. Perhaps dynamic reconfiguration is what you're looking for? It will apply configuration changes (to the whole server) without restarting.
elvinga at 2007-7-12 16:51:34 > top of Java-index,Web & Directory Servers,Web Servers...
# 2

Dynamic configuration, need more info, so far I know some changes involve the deployment/restarting of the configuration. For example If I change the DocumentRoot of a virtual server I dont want to do a full restart of the configuration instance affecting all others virtual servers.. I just want that what you call dynamic config..

burrutiaa at 2007-7-12 16:51:34 > top of Java-index,Web & Directory Servers,Web Servers...
# 3
What additional information do you need? The admin GUI and admin CLI both automatically initiate dynamic reconfiguration when you deploy a configuration. If you're editing files yourself, you can use the bin/reconfig script.
elvinga at 2007-7-12 16:51:34 > top of Java-index,Web & Directory Servers,Web Servers...
# 4

you can run 'bin/reconfig' - this will make any changes (that does not require a restart) available to the running server (this includes all virtual servers configured within this server instance) without requiring a restart - i mean without any downtime

no, there is no way to make dynamic reconfig work only for a single virtual server. but i guess, what you care most is - ability to modify a setting for a virtual server without disturbing other virtual servers - 'bin/reconfig' is probably what u r looking for.

chilidevelopera at 2007-7-12 16:51:34 > top of Java-index,Web & Directory Servers,Web Servers...