Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Stop the Tomcat server

  2. Backup the FlexDeploy schemas

    For back-out purposes, it is highly recommended that a database backup of the Oracle database be taken using standard tools like RMAN. Another option would be to export the FD, FD_ADMIN, and FF schemas using data pump. The schemas can be exported using the following data pump command:

    Tip
    expdp system directory=DATA_PUMP_DIR dumpfile=fd_bkup.dmp schemas=FD,FF,FD_ADMIN
  3. Upgrade the FlexDeploy schemas

    Include Page
    FlexDeploy Schema Upgrade
    FlexDeploy Schema Upgrade


  4. From the FlexDeploy upgrade Tomcat distribution, copy /Tomcat/apache-tomcat-flexdeploy/webapps/flexdeploy.war into <TOMCAT_HOME>/webapps (overwite overwrite existing file).
  5. If using the Salesforce integration, from the FlexDeploy Tomcat distribution, copy /apache-tomcat-flexdeploy/lib/ant-salesforce.jar into <TOMCAT_HOME>/lib

  6. If using IBM ClearCase, you will need to copy the following jar files from your ClearCase server into <TOMCAT_HOME>/lib
    1. The jar files can be located in the com.ibm.rational.teamapi_8.0.1.vxxx folder of your ClearCase server. 

  7. Start tomcat by running the following script
    1. <TOMCAT_HOME>/bin/startup.sh (startup.bat on Windows)

  8. Launch FlexDeploy in your browser - http://<hostname>:<port>/flexdeploy

  9. Refer to the Installing/Upgrading Plugins to install new plugins.