Chapter 4 Backing Store Tutorial : Deploy and Test the Application

Deploy and Test the Application
Task F Deploy the Agents and Cache Servers
Start > All Programs > TIBCO > TIBCO EMS VersionNumber > Start EMS Server.
1.
Open five command windows and in each navigate to BE_HOME/bin. For example: c:\tibco\be\3.0\bin.
2.
In each window enter the one of the following commands (modified as needed according to the location of your EAR file):
be-engine -n CS1 --propFile cs.tra c:\temp\FDStore.ear
be-engine -n CS2 --propFile cs.tra c:\temp\FDStore.ear
be-engine -n engine1 --propFile agent1.tra c:\temp\FDStore.ear
be-engine -n engine2 --propFile agent2.tra c:\temp\FDStore.ear
be-engine -n engine3 --propFile agent3.tra c:\temp\FDStore.ear
For background information see Deploy the Agents and Cache Servers.
Task G Test the Backing Store Functionality
Follow instructions in Test the Application to start the five engines and create some test data. Then try the following:
You can also look at the Oracle database tables (not documented.)
CongratulationsYou have completed the backing store tutorial!
Troubleshooting
See Troubleshooting. Also, if the cluster fails to start correctly you may have to reset the database. See Reset the Backing Store Tutorial.