class documentation
Undocumented
Method | do |
Test the configuration. |
Method | do |
Configure the server, but do not restart. |
Method | do |
Reconfigure and restart the server. |
Method | do |
Restart the server. |
Method | do |
Configure and start the server. |
Inherited from Node
:
Method | cfg |
Undocumented |
Method | closest |
Undocumented |
Method | create |
Undocumented |
Method | create |
Undocumented |
Method | create |
Undocumented |
Method | find |
Undocumented |
Method | find |
Undocumented |
Method | initialize |
Undocumented |
Instance Variable | config |
Undocumented |
Instance Variable | permissions |
Undocumented |
Method | _configure |
Undocumented |
Inherited from Object
(via Node
):
Method | __repr__ |
Undocumented |
Inherited from INode
(via Node
, Object
):
Method | activate |
Undocumented |
Method | configure |
Undocumented |
Method | post |
Undocumented |
Method | pre |
Undocumented |
Class Variable | children |
Undocumented |
Class Variable | ext |
Undocumented |
Class Variable | ext |
Undocumented |
Class Variable | parent |
Undocumented |
Class Variable | root |
Undocumented |
Class Variable | uid |
Undocumented |
Inherited from IObject
(via Node
, Object
, INode
):
Method | props |
Undocumented |
@gws.ext.command.cli('serverConfigtest')
def do_configtest(self, p:
def do_configtest(self, p:
Params
):
(source)
¶
Test the configuration.
@gws.ext.command.cli('serverConfigure')
def do_configure(self, p:
def do_configure(self, p:
Params
):
(source)
¶
Configure the server, but do not restart.
@gws.ext.command.cli('serverReconfigure')
def do_reconfigure(self, p:
def do_reconfigure(self, p:
Params
):
(source)
¶
Reconfigure and restart the server.
@gws.ext.command.cli('serverStart')
def do_start(self, p:
def do_start(self, p:
Params
):
(source)
¶
Configure and start the server.