Enabling the remote trace controller involves enabling Java™ Management Extensions (JMX)
in the IBM® Data Server Driver for JDBC and SQLJ,
and making the JMX agent available to clients.
Before you begin
The remote trace controller requires Java Standard Edition, Version 6 or later.
Procedure
The steps for enabling the remote trace controller are:
- Enable JMX to the IBM Data Server Driver for JDBC and SQLJ by
setting the db2.jcc.jmxEnabled global configuration property to true
or yes.
For example, include this string in DB2JccConfiguration.properties:
db2.jcc.jmxEnabled=true
- Make the JMX agent (the platform MBean server) available
to local or remote clients.