Stopping WebSphere

To stop WebSphere:

  1. On the IBM i command line, enter the Start Qshell command:

    STRQSH

  2. On the Qshell command line, enter this command to change to the directory that contains the script:

    cd <WAS_USER_HOME>/bin

  3. Enter this command to stop the server:

    ./stopServer server1

    Tip: To determine if the server is already running, open a command prompt, navigate to the <WAS_USER_HOME>/bin directory, and enter this command:./serverstatus all
    Tip: If the profile is a secure profile to determine if the server is already running, open a command prompt, navigate to the <WAS_USER_HOME>/bin directory, and enter this command:./serverstatus all -user <WAS_Admin_UserId> -password <WAS_Admin_Password>