Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6693334
Votes 0
Synopsis Provide a firewall-friendly out-of-the-box configuration for the default's agent RMI connector
Category java:monitoring
Reported Against
Release Fixed
State 3-Accepted, request for enhancement
Priority: 3-Medium
Related Bugs
Submit Date 24-APR-2008
Description
The M&M default agent only allows you to specify 1 port for remote management, but it actually uses two ports. The second port is allocated dynamically, which makes it very unfriendly when the agent is deployed behind a firewall.

I believe we should specify a user-friendly configuration for the default agent where:

1) only one port is used, when possible (only possible when there's either no SSL at all, 
   or when both the default's agent RMI Registry & client connection use SSL), and/or
2) make it possible to specify to specify the second port number.

One solution could be to extend the jmxremote.port syntax to support something like:
-Dcom. xxxxx .management.jmxremote.port=<port1>,<port2>
Posted Date : 2008-04-24 10:45:46.0
Work Around
N/A
Evaluation
N/A
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang