Starting and stopping the server

To run the server, run the batch file or shell script for the server.

Starting the server

Procedure

  1. Go to the bin directory of the server_installation_directory directory.
    The default server installation directory is:
    • Linux and UNIX: /opt/IBM/UCBuild/server
    • For Windows: C:\Program Files\IBM\UCBuild\server
  2. Run the batch file or shell script start program.
    • For Linux and UNIX: ./server start
    • For Windows: run_server.cmd

Results

To access the server, see Accessing IBM UrbanCode Build.

Stopping the server

Procedure

  1. Go to the bin directory of the server_installation_directory directory. The default server installation directory is:
    • Linux: /opt/IBM/UCBuild/server
    • Windows: C:\Program Files\IBM\UCBuild\server
  2. Run the batch file or shell script start program.
    • For Linux and UNIX: ./server.shutdown
    • For Windows: server.shutdown.bat

Feedback