|
To execute the commands use the following:
JACL
$AdminApp <command>
Jython
AdminApp.<command>()
An example of installing an application EAR:
JACL
$AdminApp install c:/apps/myapp.ear
Jython
AdminApp.install('c:/apps/myapp.ear')
For more details please refer to the IBM WebSphere Application Server InfoCentre
|