All-in-one Installation
This installation has a pre-configuration of h2 database and Tomcat as web server.
- Procedure
-
Download the product -TIB_psc-ebx_ver.zip and unzip the archive file. For example, if you unarchive the product at
/homethen the directory structure is/home/psc-ebx/1.2and is called as PSC_HOME. -
If TIBCO EMS requires any credentials to access then it can be configured in
$PSC_HOME/config/config.properties. You can set the username and password using the following properties.com.tibco.psc.jms.topic.connection.username com.tibco.psc.jms.topic.connection.password
-
To publish records on JMS topics, perform the following steps:
1. Set ebx.jms.activate=truein$PSC_HOME/ebx.propertiesand update the TIBCO EMS address URL in the following resource property which is present inPSC_HOME/apache-tomcat/conf/context.xml<Resource name="jms/EBX_JMSConnectionFactory" auth="Container" type="com.tibco.tibjms.TibjmsConnectionFactory" factory="com.tibco.tibjms.naming.TibjmsAdministeredObjectFactory" address="tcp://localhost:7222" clientID="TibcoPSCEBX"> </Resource>
2. Create all the topics in $PSC_HOME/bin/install/ createtopic.txtin TIBCO EMS.3. Copy the jms-2.0.jarandtibjms.jarfiles from the TIBCO EMS lib directory to$PSC_HOME/apache-tomcat/libdirectory. -
Run the
$PSC_HOME/apache-tomcat/bin/startPSCServer.bat/shscript file to start the Tomcat server. -
After starting the server, see Configuring TIBCO Product and Service Catalog powered by EBXAccessing TIBCO Product and Service Catalog powered by EBX