Deploying TIBCO 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.32. For more details, see 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 TIBCO Offer and Price Designer 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 TIBCO Offer and Price Designer UI with the following URL:

    http://host:port/opdesigner

    Note: For more details, see TIBCO TIBCO Product and Service Catalog - Offer and Price Designer User's Guide.