36 lines
2.1 KiB
HTML
36 lines
2.1 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
||
|
<title>Java Management Extensions</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h3><a name="jmx"></a>Java Management Extensions</h3>
|
||
|
|
||
|
<p>This section describes how to use Java Management Extensions (JMX), which are a set of Java administrative APIs used to customize WebSphere Application Server - Express administration. WebSphere Application Server - Express supports access to the administrative functions through a set of Java classes and methods. You can write a Java program that performs any of the administrative features of the WebSphere Application Server - Express administrative tools. You can also extend basic WebSphere Application Server - Express administration to include your own managed resources. For more information, see the following resources:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li><a href="apidocs/jmx/index.html">JMX Javadoc</a> <img src="api.gif" width="18" height="15" alt="Link to API documentation"></li>
|
||
|
<li><a href="http://java.sun.com/products/JavaManagement/index.html" target="_blank">Java Management Extensions (JMX)</a> <img src="www.gif" width="18" height="15" alt="Link outside of Information Center"></li>
|
||
|
</ul>
|
||
|
|
||
|
<p>See these topics for information on using JMX with WebSphere Application Server - Express:</p>
|
||
|
<blockquote>
|
||
|
<p><strong><a href="jmxcrt.htm">Customize with JMX</a></strong>
|
||
|
<br>This topic describes how to manage your WebSphere Application Server - Express environment and deploy applications with Java administrative APIs.</p>
|
||
|
|
||
|
<p><strong><a href="jmxmbean.htm">Customize using JMX MBeans</a></strong>
|
||
|
<br>This topic describes how to extend WebSphere Application Server - Express administration with JMX MBeans.</p>
|
||
|
|
||
|
<p><strong><a href="jmxexj2ee.htm">Example: J2EE security permissions</a></strong>
|
||
|
<br>This example gives you the parameters necessary to grant J2EE security permissions in order to call JMX methods.</p>
|
||
|
</blockquote>
|
||
|
|
||
|
</body>
|
||
|
</html>
|