Top
Systemwalker Service Quality Coordinator Installation Guide
Systemwalker

5.2.5 For InfoProvider Pro (bundled with Interstage Application Server)

Procedure

Windows

  1. Edit the InfoProvider Pro environment definition file

    Use the editor to open the InfoProvider Pro environment definition file.


  2. Set the virtual directory

    Add the following lines to the end of the file:

    cgi-path-idnt: Installation directory\www\cgi-bin Alias/cgi-bin

    link: Alias Installation directory\www


  3. Save the settings

    Overwrite the previous file and close the editor. Restart InfoProvider Pro if it is running.

Note

If the version of InfoProvider Pro is earlier than the version bundled with Interstage Standard Edition V2.0L20, it will not be possible to use the above setup method due to functional limitations. Use the following method instead:

  1. Create a virtual directory

    Create a new directory named Alias in the highest directory that is made available by the Web server, then copy to this directory everything in Systemwalker Service Quality Coordinator installation directory\www except the "cgi-bin" directory. Use the editor to open the file named "viewer.html" in the Alias directory and insert the <PARAM> tag between the <APPLET> tags, as in the following example:

    <APPLET codebase="./classes/" archive="viewer.jar" code="Viewer.class" width=950 height=512>

    <PARAM name="CGI" value=http://xxx.yyy.com/Alias-cgi-bin/dbref.cgi>

    </APPLET>

    Note

    "xxx.yyy.com" in the above example represents the host address of the Web server. Change this to the correct address.


  2. Add settings

    Use the editor to open the environment definition file of InfoProvider Pro and append the following line to the end of the file:

    cgi-path-idnt: Installation directory\www\cgi-bin Alias-cgi-bin


  3. Save the settings

    Overwrite the previous file and close the editor. Restart InfoProvider Pro if it is running.


UNIX

  1. Edit the InfoProvider Pro environment definition file

    Use the editor to open the InfoProvider Pro environment definition file.


  2. Set the virtual directory

    Add the following lines to the end of the file:

    cgi-path-idnt: Installation directory/www/cgi-bin Alias/cgi-bin

    link: Alias Installation directory/www/cgi-bin


  3. Save the settings

    Overwrite the previous file and close the editor. Restart InfoProvider Pro if it is running.


Note

If the version of InfoProvider Pro is earlier than the version bundled with Interstage Standard Edition 3.0, it will not be possible to use the above setup method due to functional limitations. Use the following method instead:

  1. Create a virtual directory

    Create a new directory named Alias in the highest directory that is made available by the Web server, then copy to this directory everything in Systemwalker Service Quality Coordinator installation directory\www except the "cgi-bin" directory. Use the editor to open the file named "viewer.html" in the Alias directory and insert the <PARAM> tag between the <APPLET> tags, as in the following example.

    <APPLET codebase="./classes/" archive="viewer.jar" code="Viewer.class" width=950 height=512>

    <PARAM name="CGI" value=http://xxx.yyy.com/Alias-cgi-bin/dbref.cgi>

    </APPLET>

    Note

    "xxx.yyy.com" in the above example represents the host address of the Web server. Change this to the correct address.


  2. Add settings

    Use the editor to open the environment definition file of InfoProvider Pro and append the following line to the end of the file:

    cgi-path-idnt: Installation directory/www/cgi-bin Alias-cgi-bin


  3. Save the settings

    Overwrite the previous file and close the editor. Restart InfoProvider Pro if it is running.