The following examples demonstrate how to start an application server with WebSphere Application Server V4.0 and V6.x.
Use the following examples:
ApplicationServer start /Node:mynode/ApplicationServer:myserv/
If you are connected to a server in a base installation, you cannot request to start another server. You can only start an application server if you have a Network Deployment installation. In a Network Deployment installation, use the following command:
$AdminControl startServer myserv mynode 600
AdminControl.startServer('myserv', 'mynode', 600)
where 600 represents the wait time in seconds. The server name and node name are required.