The JMX client requires the following additional Java libraries to communicate with the Oracle WebLogic Server:
either wljmxclient.jar
and wlclient.jar
or
wlfullclient.jar
.
If the Management Console runs on a different computer from the application server then you must download these libraries from Oracle's official download page and make them available.
In all cases, you must declare these additional Java libraries. To do this, it is necessary to extend the Management Console's classpath. The scripts mc.cmd
(Windows systems) and mc.sh
(Solaris, Linux systems) for starting the Management Console contain the wlfullclient.jar
library under Enable WebLogic JMX client
. To use these statements, you must start the scripts using the –weblogicjmx
option. Otherwise, the statements under Enable WebLogic JMX client
will not execute.
In Windows systems, the script mc.cmd
is located under <MC_home>/bin
where <MC_home>
is the Management Console's installation directory.
In Solaris/Linux systems, the script mc.sh
is located in the installed BeanConnect's Console/bin
directory. You must adapt the script mc.sh
for the JMX client. However, the Management Console is started with the script startconsole.sh
which is located in the Management Console's installation directory.