coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Ensure JMX is configured to listen on the wildcard address #220

Closed brianoliver closed 9 years ago

brianoliver commented 9 years ago

When configuring JMX for a Java Virtual Machine (including a container-based one), we should use the wildcard (0.0.0.0/: address instead of choosing a local address (especially not 127.0.0.1) to allow JMX connections to be accepted from any address.

This is crucial for remote and virtual platforms, especially where we don't know the local address on the said platforms. ie: they may only be available after the platform was created.

brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-220

brianoliver commented 9 years ago

Reported by @brianoliver

brianoliver commented 9 years ago

Marked as fixed by @brianoliver on Monday, January 12th 2015, 1:41:37 pm