Deploying the application on WebSphere Application Server

About this task

The HTML HelloWorld Sample Application is a demonstration of how to implement HTML Channel 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.

  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 HTML HelloWorld Sample Application. For more information, see Installing enterprise application files with the console.
  4. Open a Web browser
  5. To start the client, enter the following in the location or address field of a Web browser: http://<host name>:<port>/HtmlHelloWorld/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's is listening the HTTP requests (usually on port 9080).
Example
During the session establishment request, the startup operation is executed and the sign-in page is created for the browser. Your browser displays the sign in page. Click the Start HelloWorld link. The browser then displays the main page, from which you can then perform operations. See Working with the HTML HelloWorld Sample Application.