Why and when to perform this task
Steps for this task
Using Jacl:
$AdminConfig attributes typewhere:
$ | is a Jacl operator for substituting a variable name with its value |
AdminConfig | is an object representing the WebSphere Application Server configuration |
attributes | is an AdminConfig command |
type | is an object type |
To get a list of attributes for the JDBCProvider type, use the following example command:
Using Jacl:
$AdminConfig attributes JDBCProvider
Using Jacl:
$AdminConfig required typewhere:
$ | is a Jacl operator for substituting a variable name with its value |
AdminConfig | is an object representing the WebSphere Application Server configuration |
required | is an AdminConfig command |
type | is an object type |
To get a list of required attributes for the JDBCProvider type, use the following example command:
Using Jacl:
$AdminConfig required JDBCProvider
Using Jacl:
$AdminConfig defaults typewhere:
$ | is a Jacl operator for substituting a variable name with its value |
AdminConfig | is an object representing the WebSphere Application Server configuration |
defaults | is an AdminConfig command |
type | is an object type |
To get a list of attributes with defaults displayed for the JDBCProvider type, use the following example command:
Using Jacl:
$AdminConfig defaults JDBCProvider