|
To execute the commands use the following:
JACL
$AdminContol <commandName>
Jython
AdminContol.<commandName>()
An example of creating a Server Cluster
JACL
$AdminTask createCluster {-clusterConfig {-clusterName cluster1 -preferLocal true}}
Jython
AdminTask.createCluster('[-clusterConfig [-clusterName cluster1 -preferLocal true]]')
For more details please refer to the IBM WebSphere Application Server InfoCentre
|