$(function() { $('a[name]').remove(); $('#ic-homepage__footer').before('

'); $('#tabs').tabs({ selected: 0 }); $('#ic-homepage__ic-tips').append( quickTipHTML() ); unhideOneProductTip(); $('#ic-homepage__product-tips').wrapInner('

'); $('#ic-homepage__feed-tips').wrapInner('

'); }); -->


WAS v8.5 > New features > New features overview: Administering > Introduction: System administration

Introduction: Administrative programs

The JMX specification allows you to write Java programs to administer WebSphere Application Server.

WAS v8.5 supports a Java programming interface for developing administrative programs. All of the administrative tools supplied with the product are written according to the API, which is based on the industry standard JMX specification. We can write a Java program that performs any of the administrative features of the WAS administrative tools. We can also extend the basic WAS administrative system to include our own managed resources.


Related


Use administrative programs (JMX)


+

Search Tips   |   Advanced Search