63.10 Configuring Proxy Service Support for the Monitor Web Console

The Monitor Web console provides links to the agent Web consoles. Although you can access the Monitor Web console from outside your firewall, by default you cannot access the agent Web consoles from outside your firewall. To enable the Monitor Web console to display the agent Web consoles from outside your firewall, you need to enable the Monitor Agent to support proxy service.

  1. In a text editor, open the Monitor Application configuration file (gwmonitor.cfg)

    The default location of this file varies by platform.

  2. Locate the following line:

    Provider.GWMP.Agent.Http.level=basic
    
  3. Change it to:

    Provider.GWMP.Agent.Http.level=full
    

    The basic setting restricts use of the Monitor Web console to within a firewall, while the full setting allows use of the Web console both inside and outside a firewall. A third setting, none, disables use of the Web console.

  4. Save and exit the Monitor Application configuration file.

  5. Start the Monitor Agent with the /proxy startup switch.

    For information about startup switches, see Section 67.0, Using Monitor Agent Startup Switches.

Without proxy service support enabled, the Monitor Web console, after it gets a GroupWise agent’s address from the Monitor Agent, communicates directly with the GroupWise agent. This process, however, does not work when communicating through a firewall.

With proxy service support enabled, all communication is routed through the Monitor Agent and Monitor Application (on the Web server). As long as the Web server can be accessed through the firewall, the Monitor Web console can receive information about all GroupWise agents that the Monitor Agent knows about.