jazz.war Deployment on Existing Tomcat Server
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
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 - 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 |
Scott,
Thanks for the quick response. Regards. |
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.