Starting and stopping secure servers in the Liberty profile

Use the start command to start secure servers in the Liberty

About this task

Use this task to start eXtreme Scale servers with the Liberty server command. The wlp/bin directory contains a script called server to help control the server process. The following syntax for this command is supported:
server <task> [server] [options]

Procedure

  • Start eXtreme Scale servers.
    When you run the start command, the server is launched as a background process. Use the following example to start the server:
    bin/server start server_name
    [Windows]bin/server.bat start server_name
  • Stop eXtreme Scale servers; for example:
    When you run the stop command, the running server is stopped. Use the following example to stop the server:
    bin/server stop server_name
    [Windows]bin/server.bat stop server_name