The startServer script

The startServer script reads the configuration file for the specified server process and starts the server.

Product

This script is available in WebSphere Application Server and WebSphere Application Server Network Deployment.

Authority

To run this script, your user profile must have *ALLOBJ and *JOBCTL authority. For information on setting explicit authorities for a user profile that does not have *ALLOBJ authority, see Set explicit authorities for the startServer and stopServer scripts.

Syntax

The syntax of the startServer script is:

startServer [ server ] [ -instance instance ]
 [ -nowait ] [ -timeout seconds ] [ -trace ] [ -help | -? ]

where server is the name of the configuration directory of the server you want to start.

Parameters

The parameters of the startServer script are:

Examples

These examples demonstrate correct syntax:

startServer

This example starts the default server for the default instance. For WebSphere Application Server, the default server is server1. For WebSphere Application Server Network Deployment, the default server is dmgr.

startServer server1

This example starts the server1 application server in the default instance.

startServer -instance myinst

This example starts the myinst application server in the myinst instance.

startServer test -instance devinst -nowait

This example starts the test application server in the devinst instance and returns control immediately to the user.