NamingServiceContainer binds to all network interfaces
------------------------------------------------------
Key: OFBIZ-2559
URL: https://issues.apache.org/jira/browse/OFBIZ-2559
Project: OFBiz
Issue Type: Improvement
Components: framework
Affects Versions: Release Branch 9.04
Reporter: Deyan
Attachments: NamingServiceContainer_rmi_registry_bind_interface.patch
org.ofbiz.base.container.NamingServiceContainer by default binds a server
socket to all available network interfaces. Configuration of this container is
done in
framework/base/config/ofbiz-containers.xml
<!-- load the naming (JNDI) server -->
<container name="naming-container"
class="org.ofbiz.base.container.NamingServiceContainer">
<property name="port" value="1099"/>
</container>
Only the port can be configured.
Additional configuration property needs to be implemented:
<property name="host" value="0.0.0.0"/>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.