Defining Trip Broker as the Default Trapeze6 Service

By default, Trapeze6 is configured to use Hiwire as the default service, which allows users to select which Trapeze6 module to use when they navigate to http://<host>:<ip>.

About this task

However, if users are directly connecting to Trapeze6 to only use Trip Broker, the default service can be defined to automatically load Trip Broker.

Procedure

  1. In the *.profile file, search for the following lines:
    <!--
    For PassRTV and PassPTE default service should be change to : "App/Core/UI/Workspace/main"
    <server id="Primary" defaultService="App/Core/UI/Workspace/main">-->
    <server id="Primary" defaultService="Hiwire" anonymousAccess="false">
  2. Update the lines as follows:
    1. Uncomment the following line:
      <server id="Primary" defaultService="App/Core/UI/Workspace/main">
    2. Delete or comment out the following line:
      <server id="Primary" defaultService="Hiwire" anonymousAccess="false">
    The entry should now look as follows:
    <server id="Primary" defaultService="App/Core/UI/Workspace/main"><!--<server id="Primary" defaultService="Hiwire" anonymousAccess="false">-–>
  3. Save the file.