com.tivoli.pd.jcfg.SvrSslCfg

After configuring the Java runtime on the application server host, for example WebSphere Application Server, on that host, run SvrSslCfg to register the appserver into the ISAM user registery and with the policy and authorization servers.

As part of configuring, SvrSslCfg...

Unconfiguration removes the user and server entries from the user registry and cleans up the local configuration and keystore files.

The contents of an existing configuration file can be modified by using the SvrSslCfg class. The configuration file and the keystore file must exist when calling SvrSslCfg with all options other than –action config or –action unconfig.

We can specify multiple policy servers and authorization servers, giving each one a numeric rank, in the -policysvr and -authzsvr options of the com.tivoli.pd.jcfg.SvrSslCfg Java class. The rank specifies in what order the application attempts to connect to the defined servers. For example, if two servers are specified, one with rank 1 and another with rank 2, the application attempts to connect to the server with rank 1. If a connection cannot be established to server 1, the application attempts to connect to the server with rank 2. Even if only one server is specified, it still must have a rank setting.

The following options are parsed and processed into the configuration file:


SvrSslCfg parameters


Note

The com.tivoli.mts.SvrSslCfg class is deprecated in ISAM v10. Existing applications must be modified to use this new com.tivoli.pd.jcfg.SvrSslCfg class as the deprecated class will be removed in a future version of the product.


Class

This class is used to configure, unconfigure, and modify the configuration information associated with an Java application server.


See also

Parent topic: Authorization Java Developer Reference