Viewing the Web Console in an iFrame

Updated

To view the Web Console in an iFrame, additional settings must be added on the Web Console computer. After the additional settings are added, use the following example as a guide:

<iframe src="http://hostname:port/webconsole/applications" height="90%" width="90%" id="webConsoleIFrame"></iframe>

where:

  • hostname is the hostname of the computer where the Web Console is installed

  • id must be webConsoleIFrame

Procedure

  1. On the Web Console computer, enter the details for the following additional settings:

    Additional Setting

    Category

    Type

    Value

    disableSameOrigin

    WebConsole

    BOOLEAN

    true

    bareFrameMode

    WebConsole

    BOOLEAN

    true

    For instructions on adding the additional setting from the CommCell Console, see Add or Modify an Additional Setting.

  2. Restart the Tomcat services on the Web Console computer.

    For instructions on restarting the Tomcat service, see Restarting a Service.

Was this page helpful?