Start the server on Linux

Run the following startup file to start your server on a Linux operating system.
  1. To start the server, as user root, run the command: ./server.startupt
    1. If your user id has sudo access, which allows temporary root access from another user id, run command: sudo ./server.startup
    Note: A separate Tomcat console window will not be visible. You can check the progress of server startup by viewing the log file at jazz/server/tomcat/logs/catalina.out.
  2. To stop the server, from user root run command: ./server.shutdown
    1. If your user id has sudo access, run command: sudo ./server.shutdown

Feedback