Activating the Addrest Demo Application

How to:

This section describes how to activate the Addrest demo application.


Top of page

x
Procedure: How to Activate the Addrest Demo Application

To activate the Addrest demo application:

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

    where:

    iwayhome

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

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

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

  3. Add the following line highlighted in bold to the enable.xml file between the <web> tags to register the addrest 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"/> 
       </web>
    </enable>
  4. Save the enable.xml file.
  5. Restart iWay Service Manager.

    You are now ready to start the Addrest demo application.


iWay Software