Creating applications : Creating applications : Multichannel application sample : Running the Multichannel application sample on the HTML and Rich clients
  
Running the Multichannel application sample on the HTML and Rich clients
After you deployed the Multichannel application sample projects, you can run the sample and work with a few scenarios.
To run the Multichannel application sample on the HTML and Rich clients
1 Start the Derby database by double-clicking the startNetworkServer.bat file in the derby\bin\networkServer subdirectory of the WebSphere Application Server installation directory.
2 Import the predefined data to the database:
In the Enterprise Explorer, expand SampleCommonDerbyDAO > sql.
Double-click the createTable.sql file to open the createTable.sql page.
Right-click any space on the createTable.sql page, and then click Use Database Connection.
In the Select Connection Profile window, select your database from the Connections list, and then click Finish.
Right-click any space on the createTable.sql page, and then click Run SQL.
In the Select Connection Profile window, select your database from the Connections list, and then click Finish.
Repeat these steps to run the insertData.sql file.
3 Start WebSphere Application Server.
4 Run the Multichannel application sample:
In a browser, enter the following URL to run the sample application on the different clients:
On HTML clients, enter https://host:port/SamplePortalWEB
On REST clients, enter https://host:port/SampleRestWEB
Try a scenario in the sample. For example, you can log in to the application with the user name 1 and password 123654, and then perform a transfer transaction or a payment transaction. You can find the user account data in the BANK_USER table.
Go up to
Multichannel application sample