Perform the following steps to start an application:
Procedure
Identify the application manager MBean for the server where the
application resides and assign it the appManager variable. The following example
returns the name of the application manager MBean.
Using Jacl:
set appManager [$AdminControl queryNames cell=mycell,node=mynode,type=ApplicationManager,process=server1,*]
Start the application. The following example invokes the startApplication
operation on the MBean, providing the application name that you want to start.
Last updated: Mar 8, 2007 8:14:28 PM CST http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/txml_startapplication.html