Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix A Sample Configurations : Sample Configurations

Sample Configurations
Standalone Configuration
In this configuration, all TIBCO Object Service Broker components are installed on one machine. Use this configuration for TIBCO Object Service Broker administrators who require an initial test system or application developers who require a standalone system.
You could use parameter files such as these with this configuration:
NAME=DEFAULT
MONPORT=9068
MONHOST=WINhost
NAME=DEFAULT
DOB=LocalDOB
PORT=9068
node
name=LocalDOB,
host=WINhost,
port=12000
NODENAME=
LocalDOB
Sample User Application System (Thin Client)
In this configuration, clients are installed on workstations and Execution Environments are installed on server machines.
You could use parameter files such as these with this configuration:
NAME=
DEFAULT
MONPORT=
9068
MONHOST=
EEhost
NAME=DEFAULT
DOB=WINDOB
PORT=9068
node
name=WINDOB,
host=WINhost,
port=12000
NODENAME=
WINDOB
node
name=WINDOB,
host=WINhost,
port=12000
Sample User Application System (Fat Client)
In this configuration, the Execution Environments reside on the client machine. Having the sessions on the same machine can be advantageous for the application development cycle.
You could use parameter files such as these with this configuration:
NAME=
DEFAULT
MONPORT=
9068
MONHOST=
EEhost
NAME=DEFAULT
DOB=WINDOB
PORT=9068
node
name=WINDOB,
host=WINhost,
port=12000
NODENAME=
WINDOB
node
name=WINDOB,
host=WINhost,
port=12000

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved