It's all about the answers!

Ask a question

jazz.war Deployment on Existing Tomcat Server


Yohannes Tadesse (2672) | asked Sep 15 '08, 5:42 p.m.
JAZZ DEVELOPER
Is it possible to deploy the jazz.war file on a pre-existing Tomcat server? If so, do I also have to deploy a Derby (or DB2/Oracle) based database as well?

2 answers



permanent link
Scott Rich (57136) | answered Sep 16 '08, 8:37 a.m.
JAZZ DEVELOPER
Yes, this is definitely possible. We only test with Tomcat 5.5.23, so it would have to be a compatible Tomcat version. The steps would be similar to the WebSphere installation:
- copy the jazz WAR into tomcat\webapps
- edit your Tomcat startup to include the system property settings we specify in server.startup:
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

- edit teamserver.properties to point to your database.

You will need to either use the included Derby DB or create a new DB2 or Oracle DB.

Scott Rich
Jazz Team

permanent link
Yohannes Tadesse (2672) | answered Sep 17 '08, 10:10 p.m.
JAZZ DEVELOPER
Scott,

Thanks for the quick response.


Regards.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.