List attributes of configuration objects using wsadmin


 

+

Search Tips   |   Advanced Search

 

Before starting this task, the wsadmin tool must be running.

  1. List the attributes of a given configuration object type, using the attributes command...

  2. List JDBCProvider attributes...

  3. List required attributes of a configuration object...

    To get a list of required attributes for the JDBCProvider type...

    • Jacl...

      $AdminConfig required JDBCProvider
    • Jython...

      AdminConfig.required('JDBCProvider')

  4. List attributes with defaults of a given configuration object type, using the defaults command...

    List default attributes for JDBCProvider type...

    • Jacl...

      $AdminConfig defaults JDBCProvider
    • Jython...

      AdminConfig.defaults('JDBCProvider')

 

Related tasks

Use the AdminConfig object for scripted administration

 

Related

Commands for the AdminConfig object