Brocade Web tools launcher

Problem

Cannot open web tools from browser

Solution

Install Java. We found that an older Java e.g. v1.7.0.67
In a note pad add the following and save as brocadesw.jnpl

< ?xml version=”1.0″ encoding=”utf-8″?>
< jnlp spec=”1.6+” codebase=”http://1.2.3.4/”>
< information>
< title>SW6505-1 : WebTools: Switch Explorer
< vendor>v7.2.0d
< description>Web Tools
< icon kind=”splash” href=”/Splash_WT.jpg”/>
< /information>
< application-desc main-class=”com.brocade.web.switchview.SwitchExplorerApplet”>
< argument>10.124.125.13
< /application-desc>
< resources>
< j2se version=”1.6+” initial-heap-size=”64m” max-heap-size=”512m” />
< jar href=” wt-thirdparty.jar” download=”eager”/>
< property name=”jnlp.packEnabled” value=”true” />
< property name=”jnlp.wt.page” value=”/switchExplorer.html” />
< property name=”jnlp.wt.token” value=”” />
< property name=”jnlp.wt.authenticated” value=”-2″ />
< property name=”jnlp.wt.WebStarted” value=”yes” />
< property name=”jnlp.wt.urlProtocol” value=”http” />
< property name=”jnlp.wt.urlPort” value=”80″ />
< property name=”jnlp.wt.adCapable” value=”1″ />
< property name=”jnlp.wt.isVFEnabled” value=”false” />
< property name=”jnlp.wt.switchName” value=”SW6505-1″ />
< property name=”jnlp.wt.isSwitchManager” value=”false” />
< /resources>
< security>
< all-permissions/>
< /security>
< /jnlp>

Tested Platforms

Java v1.7.0.67
Windows Server 2012 R2
Windows 8
Brocade Firmware v7.2.0d

Hits: 708

Leave a Reply