Deploying Offer and Price Designer

This is an optional step.

Deploy the Offer and Price Designer war file in Tomcat.

Procedure

  1. Install Apache Tomcat 8.5.29. (for more details on installation, please refer Apache Tomcat installation guide).
  2. Copy opdesigner.war from $AC_HOME to the webapps directory of the Tomcat installation (as mentioned in Step 1).
  3. Create a setenv.sh file inside <TOMCAT_INSTALLATION>/bin and add following lines:
    JAVA_OPTS="-Dfc.host=<<hostIP>> -Dfc.port=<<port>> -Dlogging.file=<<log file location>>"
  4. Set the OPD in lite or heavy mode by using app.dataVolume property in the setenv.sh file:
    for lite mode, add the following line:
    JAVA_OPTS="-Dapp.dataVolume=lite" 
    For heavy mode, add the following line:
    JAVA_OPTS="-Dapp.dataVolume=heavy"
  5. Start Tomcat.
  6. Access the Offer and Price Designer UI with the following URL:

    http://host:port/opdesigner

    Note: For more information see the TIBCO Fulfillment Catalog - Offer and Price Designer User's Guide.