BBjJettyContextConfiguration::getConfig


Description

In BBj 15.0 and higher, this method gets the full /path/to/config.bbx

Syntax

Return Value

Method

String

getConfig()

Parameters

None.

Return Value

the full /path/to/config.bbx

Remarks

This config file is used if no specific config file was set for the servlet.

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()

print root!.getConfig()

See Also

BBjAPI

BBjJettyContextConfiguration