The webServer.stop( ) method stops the Web server on which it is applied.
If the Web server was started, all Web connections and Web processes are closed, once the currently handled requests are finished. If the Web server was not started, the method does nothing.
Note: This method resets the customized Web settings defined for the session using the settings parameter of the webServer.start( ) method, if any.
To stop the database Web server: