Hi guys,
I have a problem when i try to get the JMX information from Zabbix Client. What I did was the following:
i modified the application startup script to add this parameters
java -Dcom.sun.management.jmxremote.port=7091 -Dcom.sun.management.jmxremote.rmi.port=7191 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
then i open thats port in the firewall.
when i try to conect from Java Console to get the JMX information with the ip and the JMX port doesnt work.
So i did a telnet ip 7091 and connected okay but
when i telnet the second port (RMI) telnet ip 7191 it doesnt work, so this line is not working Dcom.sun.management.jmxremote.rmi.port=7191 - properly.
So what i need is how can i configure the application to get the JMX information if i am working with Weblogic and Java 5?
thank you in advance,
best regards,
Max
I have a problem when i try to get the JMX information from Zabbix Client. What I did was the following:
i modified the application startup script to add this parameters
java -Dcom.sun.management.jmxremote.port=7091 -Dcom.sun.management.jmxremote.rmi.port=7191 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
then i open thats port in the firewall.
when i try to conect from Java Console to get the JMX information with the ip and the JMX port doesnt work.
So i did a telnet ip 7091 and connected okay but
when i telnet the second port (RMI) telnet ip 7191 it doesnt work, so this line is not working Dcom.sun.management.jmxremote.rmi.port=7191 - properly.
So what i need is how can i configure the application to get the JMX information if i am working with Weblogic and Java 5?
thank you in advance,
best regards,
Max
Comment