Running the Jazz Team Server for System z with Tomcat and Derby

Running the Jazz™ Team Server for System z® with Tomcat and Derby involves several sample JCL members and configuration property files.
These instructions assume that you are using the sample teamserver_derby.properties file. If you use a different properties file name, change the sample JCL members to point to your properties file.
  1. Edit the teamserver.properties file in the @confPath@/jazz directory.
  2. Change com.ibm.team.repository.db.jdbc.location = @workPath@/repositoryDB to your path, for example, com.ibm.team.repository.db.jdbc.location = /u/jazz/repositoryDB.
  3. Change all occurrences of @workPath@ to your path. The following properties are examples:
    1. com.ibm.team.fulltext.indexLocation=@workPath@/workitemindex

    2. com.ibm.team.repository.tmpdir=@workPath@/contentservice

    3. com.ibm.team.scm.tmpdir=@workPath@/contentservice

    4. com.ibm.team.scm.vcs.tmpdir=@workPath@/versionedcontentservice


Feedback