The following example starts an application:
Using Jacl:
set appManager [$AdminControl queryNames cell=mycell,node=mynode,type=ApplicationManager,process=server1,*]This command returns the application manager MBean.
Example output:
WebSphere:cell=mycell,name=ApplicationManager,mbeanIdentifier=ApplicationManager,type=ApplicationManager,node=mynode,process=server1
Using Jacl:
$AdminControl invoke $appManager startApplication myApplicationThis command invokes the startApplication operation on the MBean, passing in the application name to start.