BBjJettyContextConfiguration::saveCommandConfigs


Description

In BBj 18.0 and higher, this method saves the command-config.xml file for the current BBjJettyContext.

Syntax

Return Value

Method

void

saveCommandConfigs()

Parameters

None.

Return Value

None.

Remarks

None.

Example

declare BBjAPI api!
declare BBjAdmin admin!
declare BBjJettyServerConfiguration config!
declare BBjJettyContextConfiguration root!

api! = BBJAPI()
admin! = api!.getAdmin("admin","admin123")
config! = admin!.getJettyServerConfig()
root! = config!.getRootContextInfo()

root!.removeBBjspServlet("/myServlet")

See Also

BBjAPI

BBjJettyContextConfiguration