
    These steps are required to deploy the Applaud Solutions
    REST servlet.  EmployeeCenter will not function correctly until
    these steps have been completed.

    1. As the APPLMGR user, login to the Application Tier (APPL_TOP) by
       sourcing the environment file.

    2. Navigate to the $FND_TOP/admin/template directory

    3. Create a subdirectory called custom (if one does not already exist)

    4. From $FND_TOP/admin/template copy the orion_web_xml_1013.tmp file
       to the newly created custom directory.  DO NOT override this
       file if it already exists because you may remove existing
       custom entries.

    5. Create a new <servlet> section directly underneath any existing
       <servlet> section that looks like this:

       <!-- Applaud Solutions Servlets -->
       <servlet>
         <servlet-name>ApplaudRestManager</servlet-name>
         <servlet-class>xxas.oracle.apps.xxas.com.RestManager</servlet-class>
       </servlet>

    6. Create a new <servlet-mapping> section directly underneath any existing
       <servlet-mapping> section that looks like this:

       <!-- Applaud Solutions Mapping -->
       <servlet-mapping>
         <servlet-name>ApplaudRestManager</servlet-name>
         <url-pattern>/applaud/api/*</url-pattern>
       </servlet-mapping>
   
    7. Run AutoConfig on the Application Tier.
