the "namingProviderUrl" element does *not* appear to control which IP addresses
the RMI service binds to
--------------------------------------------------------------------------------------------------------
Key: GERONIMO-2753
URL: https://issues.apache.org/jira/browse/GERONIMO-2753
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: management
Affects Versions: 1.1.1
Environment: All
Reporter: Leonard Flournoy
Fix For: 1.1.1
Unfortunately, the "namingProviderUrl" element
does *not* appear to control which IP addresses the RMI service binds to
at the network level. In fact, from a quick look at the Geronimo source
code, it appears that "0.0.0.0" is hard-coded as the IP address to which
the RMI service binds:
In
modules/geronimo-system/src/main/java/org/apache/geronimo/system/rmi/RMI
RegistryService.java:
----8<---
public String getHost() {
return "0.0.0.0";
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira