Stop servers

 

Overview

Stopping an application server stops a server process based on the process definition settings in the current application server configuration.

 

Steps for this task (dependent on configuration)

  • In Windows, use the Start menu to stop your application server. Cllick Start > Programs > IBM WebSphere > Network Deployment v6.0 > Stop the server. When the server stops successfully, the stopServer.log file contains the following in the last two lines

    Server stop request issued.  Waiting for stop status.
    Server server1 stop completed.
    

    The server name varies depending on your settings.

  • Stop the application server from the command line.

    In distributed environments, except AIX, use the stopServer command to stop a single server or thestopManager command to stop the deployment manager.

    In AIX, use the stopServer or the stopManager commands from the /usr/WebSphere/AppServer/bin directory

    #  ./stopServer.sh server1
    
    

    #   ./stopManager.sh 
    
    

  • Use the administrative console to stop an application server:

    1. Click Servers > Application Servers from the administrative console navigation tree to go to the Server collection page.

    2. Select the application server that you want stopped and click Stop.

    3. Confirm that you want to stop the application server.

    4. View the Status value and any messages or logs to see whether the application server stops.


Related reference
stopServer command
startServer command