This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20.6
webServer.stop( )

webServer.stop( ) 


 

webServer.stop () 
Does not require any parameters

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. 

Example  

To stop the database Web server:

 C_OBJECT($wServer)
 $wServer:=WEB Server(Web server database)
 $wServer.stop()



See also 

WEB Server
WEB Server list
webServer.start( )

 
PROPERTIES 

Product: 4D
Theme: Web Server

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v18 R3

 
ARTICLE USAGE

4D Language Reference ( 4D v20)
4D Language Reference ( 4D v20.1)
4D Language Reference ( 4D v20.2)
4D Language Reference ( 4D v20.3)
4D Language Reference ( 4D v20.4)
4D Language Reference ( 4D v20.5)
4D Language Reference ( 4D v20.6)