|
|
JMX: Connecting Through Firewalls Using RMI Over SSL And a Single Port (Part III) |
This post explains how you can configure your Java application to export
a single port using JMX RMI Connector Server over SSL. This is particularly
useful when your application is located behind a firewall, because you
will only need to let through a single port. However, using a single port
when SSL is enabled requires a little care, because it can only work if
the same RMI Socket Factories are used everywhere: indeed the same port
cannot be shared by two different RMI Socket Factories. So at the risk of
boring you, here is my third post on the subject.
[Read More]
Tags:
firewall
java
jconsole
jmx
jvm
management
monitoring
rmi
ssl
sysadmin
Posted by dfuchs
( Oct 22 2007, 07:38:51 PM CEST )
Permalink
|