Deploying TIBCO Offer and Price Designer
This is an optional step.
Deploy the Offer and Price Designer war file in Tomcat.
- Procedure
- Install Apache Tomcat 8.5.32. For more details, see Apache Tomcat installation guide.
- Copy
opdesigner.war from
$AC_HOME
to the webapps directory of the Tomcat installation (as mentioned in Step 1). - 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>>"
- 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"
- Start Tomcat.
- 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.