Nyní můžete spustit server Apache Tomcat.
Apache Tomcat has been installed in the
directory
JazzInstallDir/server/tomcat.
The Web application (
jazz.war) has been 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.
- If you want to run the start and stop scripts from any other directory,
you must change the profiles.ini file in JazzInstallDir/server/conf/jazz/provision_profiles
to use an absolute path. See Modifying the profile.ini and license_profile.ini files.
- Apache Tomcat is configured to use the ports 9080 and 9443 in
file JazzInstallDir/server/tomcat/conf/server.xml.
If necessary, change them as appropriate for your system. If necessary,
also update the configuration settings of Jazz server Repository HTTP
ports in the Advanced Properties configuration page of in the Jazz
Admin Web UI.
- The directory JazzInstallDir/server/logs
contains the server log files. If you have trouble starting the server,
check the log files.
- The JazzInstallDir/server/tomcat/conf/server.xml
file contains SSL settings that specify an algorithm only available
in the IBM JRE. To run the server with a Sun JRE, in the server.xml
file, change the settings for Connector port="9443",
so that sslProtocol="TLS" instead of "SSL".
Also remove the algorithm parameter.