
Chapter 6. Keeping the transaction monitoring environment fit 183
Example 6-1 MbeanServer HTTP enable
<mbean
class="com.ibm.tivoli.transperf.core.services.sm.HTTPAdapterService"
name="TMTP:type=HTTPAdapter">
<attribute name="Port"
type="int" value="6969"/>
</mbean>
To access the MBean HTTP adapter, point your Web browser to
http://hostname:6969. From the HTTP Adapter, you can control the MBean
server as well as see any attributes of the MBean server. Using this interface is,
of course, not supported; however, if you are interested in delving deeper into
how TMTP works or troubleshooting some aspects of TMTP, it is useful to know
how to set ...