Verify that the Feature Pack for Web 2.0 and Mobile is installed

About this task

The Feature Pack for Web 2.0 and Mobile includes the Web messaging service runtime library and must be installed for the Web teller application to function.

Procedure

Enable the Web messaging service:

  1. Log into the administrative console of WebSphere Application Server.
  2. Navigate to Servers->Server Types->WebSphere Application Servers.
  3. Select current application server.
  4. Expand Web Container Settings and select Web container transport chains.
  5. Select WCInboudDefault transport chain or select transport chain that corresponds to the Virtual Host you will select during application installation.
  6. Select Web Container Inbound Channel.
  7. Select Custom Properties.
  8. Click New.
  9. Enter webmsgenabled for the name property and true for the value.
  10. Click Apply.
  11. Click Save to save the repository information.
  12. You can restart the application server now or wait until after the Configure Service Integration Bus step.

Configure a service integration bus:

Installation instructions assume stand-alone server installation, instructions might differ in Network Deployment environment.

  1. Log into the administrative console of WebSphere Application Server.
  2. Navigate to Service integration > Buses.
  3. Click New.
  4. Enter the name "thebus". Uncheck the Bus security checkbox option if possible. Click Next.
  5. Click Finish on Confirm create bus panel.
  6. Click Bus members link under Topology on the "thebus" detail page.
  7. Click Add.
  8. Select the server where you want the application installed and click Next.
  9. Keep default for Select type of Message Store panel and click Next.
  10. Keep defaults for Configure file store panel and click Next.
  11. Keep defaults for Tune performance parameters panel and click Next.
  12. Click Finish.
  13. Save changes to repository.
  14. Restart the application server.

Create a topic connection factory:

  1. Log into the administrative console of WebSphere Application Server.
  2. Navigate to Resources->JMS->Topic connection factories.
  3. Select scope. A server level scope is sufficient.
  4. Click New.
  5. Select Default messaging provider and click OK.
  6. Enter WebTellerTopicConn for name, jms/QuotePublish for JNDI name, and thebus for Bus name.
  7. Keep defaults for the rest of the fields.
  8. Click Apply
  9. Click Save to save the repository information.
    Note: you should restart the WebSphere Application Server to make the changes above effect.