BBjJettyServerConfiguration::setAdminPassword
Description
In BBj 17.0 and higher, this method sets the admin password stored in jetty.xml.
Syntax
Return Value |
Method |
---|---|
void |
setAdminPassword(string password) |
Parameters
Variable |
Description |
---|---|
password |
Specifies the password for the admin user. |
Return Value
None.
Remarks
The admin user details are required to configure servlets and if they are incorrect then servlet deployments will fail.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.