Migrating from Apache Tomcat to WebSphere Application Server

Before changing the Jazz™ Team Server from Apache Tomcat to WebSphere® Application Server, back up the database and several files.

Procedure

  1. Stop the Jazz Team Server. Stop the Jazz Team Server Tomcat job.
  2. Back up the database
    • Derby: Make an archive copy of the entire database directory.
    • DB2®: See the database documentation for details. An example command is:
      db2 backup database {db-name} user <userName>  using <password> to <target-dir> COMPRESS
    • Oracle: See the database documentation for details.
  3. Locate the following files and create a backup copy:
    • The file JazzInstallDir/server/conf/jazz/teamserver.properties.
    • The file JazzInstallDir/server/conf/jazz/log4j.properties.
    • The file JazzInstallDir/server/tomcat/webapps/jazz.war.
    • The default repository database in the directoryJazzInstallDirserver/repositoryDB.
    • The repository tools in the directory JazzInstallDir/repotools.
    • @confPath@/jazz/teamserver.properties
    • @confPath@/jazz/log4j.properties
    Note: The files are required when setting up the WebSphere Application Server.
  4. After backing up the database and saving the files, continue with setting up the WebSphere Application Server. Continue with configuring WebSphere Application Server.

Feedback