[
https://issues.apache.org/jira/browse/GERONIMO-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff Genender updated GERONIMO-2753:
------------------------------------
Affects Version/s: 2.0
1.1.x
> 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, 1.1.x, 2.0
> Environment: All
> Reporter: Leonard Flournoy
> Assigned To: Jeff Genender
> 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