Creating the ibi_html.xml File

How to:

This section describes how to create the ibi_html.xml file.


Top of page

x
Procedure: How to Create the ibi_html.xml File
  1. Navigate to the following directory:
    <Tomcat_Home>/conf/Catalina/localhost
  2. Create a new XML file called ibi_html.xml.
  3. Enter the following syntax:
    <?xml version='1.0' encoding='utf-8'?> 
    <Context docBase="<ibi_home>\WebFOCUS80\ibi_html" path="/ibi_html">
    </Context>

    where:

    <ibi_home>

    Is the path where WebFOCUS Client is installed (for example, c:\ibi).

  4. Restart the web/application server (Apache Tomcat).

iWay Software