Apache Tomcat is installed in the directory JazzInstallDir/server/tomcat.
The Web application (jazz.war) is installed in the Apache Tomcat directory webapps.
In a command window, set your current directory to JazzInstallDir/server.
The server startup and shutdown scripts are located in this directory.
Before you begin
Before you start the server, review the following requirements:
- If you installed IBM® Rational® Project Conductor into
an existing package group, or updated an existing installation, clear
the Apache Tomcat cache. To clear cache, delete the catalina folder
from the path JazzInstallDir/server/tomcat/work.
- If you want to run the start and stop scripts from any other directory,
you must change the profiles.ini file in JazzInstallDir/server/provision_profiles to
use an absolute path.
- Apache Tomcat is configured to use the ports 9080 and 9443 in
the JazzInstallDir/server/tomcat/conf/server.xml file.
If necessary, change them as appropriate for your system. You cannot
install Rational Project
Conductor on a server when you have other Jazz-based products running.
Ensure that you change the connector on a different port. Also, if
necessary, update the configuration settings of Jazz™ server Repository HTTP ports in the Advanced
Properties configuration page of the Jazz Admin
Web UI.
- The directory JazzInstallDir/server/tomcat/logs contains
the server log files. If you have trouble starting the server, check
the log files.
Starting the server on Windows
Run the startup file to start the Apache Tomcat server
on Windows®.
About this task
To start the server:
Procedure
- From the JazzInstallDir/server directory,
run the following command:
server.startup.bat
Note: A separate Apache Tomcat console window opens. Do not
close this window or the server will stop working. Also, several informational
messages launch, including a message about the Apache Tomcat Native
Library. These informational messages do not affect the Jazz Team Server functionality.
- To stop the server, from the JazzInstallDir/server directory,
run the following command:
server.shutdown.bat
What to do next
These tasks run the start and stop scripts directly from
the directory
JazzInstallDir/server.
Also, you can run the commands from the Jazz Team
Server Windows start menu.
After
the server is started, proceed to Testing and configuring the server.
Starting the server on Linux
Run the startup file to start server on Linux®.
About this task
To start the server:
Procedure
- From the JazzInstallDir/server directory:
- If you are logged in as the root user, run the following command:
./server.startup
- If your user ID has administrator access, run the following
command:
sudo ./server.startup
A separate Apache Tomcat console window is not visible. You
can check the server startup progress by viewing the log file at JazzInstallDir/server/tomcat/logs/catalina.out.
- To stop the server, from the JazzInstallDir/server directory:
- If you are logged in as the root user, run the following command:
./server.shutdown
- If your user ID has administrator access, run the following
command:
sudo ./server.shutdown
This example runs the start and stop scripts directly from
the directory JazzInstallDir/server.
If you installed Jazz Team Server
by using IBM Installation Manager,
you can also run the commands from the Start menu in the Jazz Team Server application.
What to do next
After the server is started, proceed to Testing and configuring the server.
Alternatively,
return to the Installation roadmaps to
review the next steps in the installation.