This topic describes how to setup the Jazz™ Team
Server to
work with your existing Apache Tomcat server.
About this task
To deploy the jazz.war file into your existing Apache Tomcat
server, follow these steps:
- Copy the jazz.war file from JazzInstallDir to
your tomcat\webapps directory.
- 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
- Save and close the startup file.
- Open and edit the teamserver.properties file to point to
your database.
- Save and close teamserver.properties.