Administer configuration information

Use the configuration commands to add, change, or delete replica entries in the configuration file as well as return other configuration information.

Methods Description
PDAppSvrConfig.addPDServer Add a replica entry to the configuration file.
PDAppSvrConfig.changePDServer Changes parameters of a replica entry in the configuration file.
PDAppSvrConfig.removePDServer Remove a replica entry from the configuration file.
PDAppSvrConfig.getPDAppSvrInfo Returns a PDAppSvrInfo object containing information stored in the configuration file.
PDAppSvrConfig.getKeystoreURL Returns the URL of the keystore file associated with the configuration file.

For detailed reference information about these methods, see the Javadoc HTML documentation.

Parent topic: Configure application servers