| <!-- |
| |
| Copyright 2003-2004 The Apache Software Foundation |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| |
| |
| |
| <html> |
| <head> |
| <title>Geronimo Management Console</title> |
| <link rel="stylesheet" href="/jmx-console/style.css"/> |
| </head> |
| |
| <body> |
| |
| <img src="images/geronimo_logo_console.gif" border="0" alt="geronimo jmx console"/> |
| <div id="topNavBar"><div class="topNav">JMX Web Console</div></div> |
| |
| <div id="left"> |
| |
| <div id="leftNavBar"> |
| <div class="leftNav"> |
| <h2>Managed Resources</h2> |
| <div class="links"> |
| <a href="/jmx-console/index.jsp">MBean Stack</a> |
| <br/>Relationships |
| <br/>Dependencies |
| <br/>Deployments |
| <br/>Cluster |
| <br/>Remote Resources |
| </div> |
| |
| <h2> Configuration </h2> |
| <div class="links"> |
| Local Services |
| <br/>Add / Remove Modules |
| </div> |
| |
| <h2> Help </h2> |
| <div class="links"> |
| Managing Geronimo |
| <br/><a href="/jmx-console/faq.jsp">JMX-Console FAQ</a> |
| <br/>Contact us |
| </div> |
| </div> |
| </div> |
| |
| </div> |
| |
| <div id="panelTitle">MBean Attributes View</div> |
| |
| <div id="panel" class="two"> |
| <table cellpadding="0" cellspacing="0"> |
| <tr class="head"> |
| <td class="name">Name /</td> |
| <td class="value">Value</td> |
| </tr> |
| <tr class="one"> |
| <td class="name">Funk =</td> |
| <td class="value">Soul</td> |
| </tr> |
| <tr class="two"> |
| <td class="name">Brother =</td> |
| <td class="value">Right</td> |
| </tr> |
| <tr class="one"> |
| <td class="name">About =</td> |
| <td class="value">Now</td> |
| </tr> |
| </table> |
| </div> |
| |
| |
| </body> |
| </html> |