Spherus.biz Home          
WebSphere Application Server wsadmin.sh AdminControl

AdminContol has functions to control running MBean objects. This object can be used to deploy, update or remove applications. A number of other functions are also available. the AdminContol help function will list all functions.

Some of the more useful functions are:

  • getCell
  • getNode
  • getAttribute
  • getType
  • getConfigId
  • startServer
  • stopServer
  • help
To execute the commands use the following:

JACL

 
$AdminContol <command>
 

Jython

 
AdminContol.<command>()
 

An example of executing the startServer command:

JACL

 
$AdminContol startServer server1
 

Jython

 
AdminContol.startServer('server1)
 

For more details please refer to the IBM WebSphere Application Server InfoCentre