Removing configuration information from an appserver

  1. The -action unconfig option removes the user and server information from the user registry, deletes the local keystore file, and removes information for this application from the configuration file.The configuration file is not deleted. This option is illustrated in the following example

        java com.tivoli.pd.jcfg.SvrSslCfg -action unconfig  \
                 -admin_id sec_master  -admin_pwd secpw     \
                 -appsvr_id PDPermissionjapp   -host japp.jdedwards.com  \
                 -policysvr ampolicy.jdedwards.com:7135:1 
    
    
    This operation fails when the caller is unauthorized. Errors encountered during this process are ignored to ensure that all steps are attempted. This procedure succeeds even if local configuration information or information in the user registry is accidentally deleted.

 

See Also

Configuring an appserver in remote mode