Run the following startup file to start your server on a Linux
operating system.
- To start the server, as user root, run the command: ./server.startupt
- 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.
- To stop the server, from user root run command: ./server.shutdown
- If your user id has sudo access, run command: sudo
./server.shutdown