WebLogic Target Connector CLI Configuration
This topic contains the parameters for adding WebLogic target applications and target accounts:
capam32
This topic contains the parameters for adding WebLogic target applications and target accounts:
2
WebLogic Target Application CLI Parameters
To add a WebLogic target application and connector using the CLI, use the addTargetApplication command and the following command parameters:
TargetApplication.type
The target application connector type.
Required | Default Value | Valid Values |
yes | N/A | weblogic10 |
Attribute.extensionType
Required | Default Value | Valid Values |
yes | N/A | weblogic10 |
Attribute.port
The port that is used to connect to the WebLogic server.
Required | Default Value | Valid Values |
yes | N/A | 0-65535 |
WebLogic Target Account CLI Parameters
To add a WebLogic target account that uses the target connector, use the addTargetAccount command and the following command parameters:
Attribute.extensionType
Required | Default Value | Valid Values |
yes | N/A | weblogic10 |
Attribute.realm
Required | Default Value | Valid Values |
yes | N/A | valid realm name |
Attribute.useOtherAccountToChangePassword
Specifies whether to use the target account or a different account to perform password change requests.
Required | Default Value | Valid Values |
yes | N/A | true, false |
Attribute.otherAccount
Specifies which other account to use to perform password change requests.
Required | Default Value | Valid Values |
Yes, if Attribute.useOtherAccountToChangePassword is true. | N/A | A valid target account ID. |
WebLogic CLI Example
cmdName=addTargetApplication TargetServer.hostName=myhostname.mydomain.com TargetApplication.name=weblogic10TargetApplication.type=weblogic10 Attribute.extensionType=weblogic10 Attribute.port=7001cmdName=addTargetAccount TargetServer.hostName=myhostname.mydomain.com TargetApplication.name=weblogic10TargetAccount.userName=admin TargetAccount.password=p@ssw0rd TargetAccount.cacheAllow=trueTargetAccount.cacheDuration=21 Attribute.extensionType=weblogic10 Attribute.realm=myrealmAttribute.useOtherAccountToChangePassword=false