This is originally a remote monitoring performance JMX. I don't want it to be a loophole for others to invade me. I hope you can turn it off by default. He does have a certain degree of harm. It can also be remotely manipulated. Thank you very much. Sorry to disturb you !
The text was updated successfully, but these errors were encountered:
This issue has been marked as inactive and old and will be closed in 7 days if there is no further activity. If you want the issue to remain open please add a comment
Glassfish jmx_rmi Remote monitoring and control problem
Environment Details
Problem Description
service:jmx:rmi://M0ker/jndi/rmi://172.16.125.128:8686/172.16.125.128/7676/jmxrmi
`package jxm_rmi;
import java.lang.management.ManagementFactory;
import java.lang.management.MemoryMXBean;
import java.util.Hashtable;
import java.util.Iterator;
import javax.management.Attribute;
import javax.management.JMX;
import javax.management.MBeanAttributeInfo;
import javax.management.MBeanInfo;
import javax.management.MBeanServerConnection;
import javax.management.ObjectInstance;
import javax.management.ObjectName;
import javax.management.remote.JMXConnector;
import javax.management.remote.JMXConnectorFactory;
import javax.management.remote.JMXServiceURL;
public class JMX_RMI {
public static void main(String[] args) throws Exception {
}`
Impact of Issue
The text was updated successfully, but these errors were encountered: