Deploying the application on WebSphere Application Server

The Multi-Channel Sample Application is a demonstration of how to implement HTML and Rich Client Channels for BTT. You can deploy the sample on any of the server platforms supported by BTT.

The procedure below describes how to deploy and run the sample on IBM WebSphere Application Server V7.0.
  1. Start the WebSphere Application Server.
  2. Start the WebSphere Administrator's Console. For more information, see Starting and logging off the administrative console.
  3. In the console, install the server side project of Rich Client HelloWorld Sample Application. For more information, see Installing enterprise application files with the console.
  4. For html channel, open a Web browser first. To start the client, enter the following in the location or address field of a Web browser:

    http://<host name>:<port>/BTT_MultiChannelHtm/EstablishSession

    Replace <host name> with the name of the server running the BTT application and <port> with the port number on which the application server&apos;s is listening the http requests (usually on port 9080).

  5. For rich client channel, right-click the "BTT_MultiChannelClient" project and select Run As from the pop-up menu. Select Eclipse Application.