Running the application

If you set up the application on a different configuration, make the appropriate adjustments to the procedure.

The following procedure describes how to run the Multi-Channel Sample Application on the server.
  1. Start the Server Instance in the Servers view of the JavaEE or Web perspective.
  2. For html channel,
    1. enter the following in the address field of a Web browser:
      http://<host name>:<port>/BTT_MultiChannelHtm/EstablishSession
      • <host name>: the name of the server running the sample (usually localhost).
      • <port> : the port number on which the application server's is listening the HTTP requests.
        Note: To check the port, you could open the service.xml in the Client Project.
    2. Then click Click to start button to launch the main page.
  3. For rich client channel, right-click the "BTT_MultiChannelClient" project and select Run As>Eclipse Application from the pop-up menu.