BBjJettyServerConfiguration::saveConfig

Description

In BBj 17.00 and higher, this method saves the configuration to basis_home/cfg/jetty.xml, overwriting the existing file.

Syntax

Return Value

Method

void

saveConfig()

Parameters

None.

Return Value

None.

Example

declare BBjAPI api!
declare BBjAdmin admin!
declare BBjJettyServerConfiguration config!
declare BBjJettyContextConfiguration context!
api! = BBJAPI()
admin! = api!.getAdmin("admin","admin123")
config! = admin!.getJettyServerConfig()
context! = config!.createCustomContext("NewContext")
config!.saveConfig()

See Also

BBjAPI

BBjJettyContextConfiguration

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.