Deploying Jazz Team Server for System z into an existing Apache Tomcat

This topic describes how to setup the Jazz™ Team Server for System z to work with your existing Apache Tomcat server.
To deploy the jazz.war file into your existing Apache Tomcat server, follow these steps:
  1. Copy the jazz.war file from JazzInstallDir to your tomcat\webapps directory.
  2. Open your tomcat startup file for editing and add the following system property settings:
    set CATALINA_OPTS=-Dcom.ibm.team.server.configURL=file:///"%cd%"/teamserver.properties -Dlog4j.configuration=file:///"%cd%"/log4j.properties 
    set JAVA_OPTS=-Djava.awt.headless=true -DORACLE_JDBC="%ORACLE_JDBC%" -DDB2I_JDBC="%DB2I_JDBC%" -DDB2Z_JDBC="%DB2Z_JDBC%" -Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true -Dcom.ibm.team.repository.provision.profile="%cd%"\provision_profiles -Dcom.ibm.team.repository.tempDir=%TEMP% -Xmx700M
  3. Save and close the startup file.
  4. Open and edit the teamserver.properties file to point to your database.
  5. Save and close teamserver.properties.

Feedback