%@page contentType="text/html" import="java.net.*,java.util.*,org.jboss.jmx.adaptor.model.*,java.io.*" %>
<% String bindAddress = ""; String serverName = ""; try { bindAddress = System.getProperty("jboss.bind.address", ""); serverName = System.getProperty("jboss.server.name", ""); } catch (SecurityException se) {} String hostname = ""; try { hostname = InetAddress.getLocalHost().getHostName(); } catch(IOException e) {} String hostInfo = hostname; if (!bindAddress.equals("")) { hostInfo = hostInfo + " (" + bindAddress + ")"; } %>![]() |
JMX Agent View<%= hostInfo %> - <%= serverName %> |