BBjJettyServerConfiguration
Description
In BBj 15.0 and higher this class is used to configure the integrated Jetty Server.
It provides an interface to maintain contexts through the BBjJettyContextConfiguration class.
Creation
BBjAPI > BBjAdmin > BBjJettyServerConfiguration
The BBjJettyServerConfiguration is created through the following BBjAdmin method:
Return Value |
Method |
---|---|
BBjJettyServerConfiguration |
Methods of BBjJettyServerConfiguration
Return Value |
Method |
---|---|
createCustomContext(string name) |
|
getCustomContext(string name) |
|
void |
removeCustomContext(string name) |
void |
|
void |
setAdminPassword(string password) |
void |
setAdminUser(string username) |
Remarks
None.
Constants
Example
|