DX NetOps

Technical Tip: How do I change the size of the OneClick Topology Applet?

  • 1.  Technical Tip: How do I change the size of the OneClick Topology Applet?

    Posted May 30, 2014 03:56 PM

    Technical Tip: How to change the initial screen size of the OneClick Topology Applet

    CA Spectrum Tuesday Tip by Joe Ackley, Support Engineer

      

    Description:

    How to change the initial screen size of the OneClick Topology Applet

    Solution:

    By default, when using the OneClick Topology Applet, the initial screen size is width 800 and height 500. This can be changed by modifying the $SPECROOT/tomcat/webapps/spectrum/topology.applet file and look for the following lines:

    <object

    classid="clsid:CAFEEFAC-0016-0000-0000-ABCDEFFEDCBA"

    width="800" height="500" >

    <param name="code"

    value="com.aprisma.spectrum.app.topo.client.applet.TopologyApplet">

    <param name="archive" value="$$archive">

    Change the width and height parameters to the desired values. If you wish the Topology Applet to open 100%, change both width and height to 100% as follows:

    <object

    classid="clsid:CAFEEFAC-0016-0000-0000-ABCDEFFEDCBA"

    width="100%" height="100%" >

    <param name="code"

    value="com.aprisma.spectrum.app.topo.client.applet.TopologyApplet">

    <param name="archive" value="$$archive">

    Save your changes and launch the Topology Applet.

    For more information on the Topology Applet, please reference the "Administrator Guide".