BBjJettyServerConfiguration
Description
In BBj 15.00 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 |
|---|---|
|
void |
addMimeType(string extension, string type) |
|
createCustomContext(string name) |
|
|
getCustomContext(string name) |
|
| string | getDefaultSSLPort() |
|
void |
removeCustomContext(string name) |
|
void |
removeMimeType(string extension) |
|
void |
|
|
void |
setAdminPassword(string password) |
|
void |
setAdminUser(string username) |
| void | setDefaultSSLPort(string port) |
Example
|