Network Deployment (Distributed operating systems), v8.0 > Scripting the application serving environment (wsadmin)


Use the wsadmin scripting objects

The wsadmin tool utilizes a set of management objects which allow you to run commands and command parameters to configure your environment. Use the AdminConfig, AdminControl, AdminApp, AdminTask, and Help objects to perform administrative tasks.

Each of the management objects have commands that you can use to perform administrative tasks.

To use the scripting objects, specify the scripting object, a command, and command parameters. In the following example, AdminConfig is the scripting object, attributes is the command, and ApplicationServer is the command parameter.

### Jython

print AdminConfig.attributes('ApplicationServer')

### Jacl

$AdminConfig attributes ApplicationServer

Administrative functions within the application server are divided into two categories: functions that work with the configuration of application server installations, and functions that work with the currently running objects on application server installations. Scripts work with both categories of objects. For example, an application server is divided into two distinct entities. One entity represents the configuration of the server that resides persistently in a repository on permanent storage.


Procedure


Related


Help object for scripted administration using wsadmin.sh
Use the wsadmin scripting AdminApp object for scripted administration
Use the wsadmin scripting AdminControl object for scripted administration
Use the wsadmin scripting AdminConfig object for scripted administration
Use the wsadmin scripting AdminTask object for scripted administration
Use wsadmin scripting with Jacl
Start the wsadmin scripting client using wsadmin.sh

+

Search Tips   |   Advanced Search