Activating the Rssforeal Demo Application

How to:

This section describes how to activate the Rssforeal demo application using the iWay Service Manager Administration Console.


Top of page

x
Procedure: How to Activate the Rssforeal Demo Application

To activate the Rssforeal demo application:

  1. Click Tools in the top pane of the iWay Service Manager Administration Console.

    The iWay Service Manager Tools pane opens.

  2. In the left pane, select Settings under the Real-time section.

    The Settings pane opens, as shown in the following image.

  3. Click the Metadata tab.

  4. In the Import section, select rssforeal from the Register Set drop-down list and click Import.

    The following confirmation message is displayed.

  5. Click OK.
  6. Click the Taps tab.
  7. Select the check box next to the rssforeal.saveitem tap to activate this tap.

    Note: The rssforeal.saverss tap is reserved for future use and cannot be activated, since no expression is defined.

  8. Navigate to the following directory:
    iwayhome\config\base

    where:

    iwayhome

    Is the location where iWay Service Manager (iSM) is installed.

  9. Open the enable.xml file using an editor.

    The enable.xml file contains a reference to applications as they are displayed on the console.

  10. Add the following line highlighted in bold to the enable.xml file between the <web> tags to register the Rssforeal application, which is packaged with iWay Enable:
    <enable feature="IPFLW">
       <dsu enabled='true' stop='false' dstamp='false' />
       <web>
          <map root="ccc" location="etc/enable/demos/ccc/web"
          description="The Original Century Cellular Corporation Dashboard
          Demo"/>
          <map root="addrest" location="etc/enable/demos/addrest/web"
          description="The REST Style Service Demo for Customer Address
          Search"/>
          <map root="rssforeal" location="etc/enable/demos/rssforeal/web"
           description="Dynamic discovery of categories within an RSS feed"/>		
       </web>
    </enable>
  11. Save the enable.xml file.
  12. Restart iWay Service Manager.

    You are now ready to start the Rssforeal demo application.


iWay Software