You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2009/09/13 23:50:57 UTC

[jira] Closed: (OFBIZ-2559) NamingServiceContainer binds to all network interfaces

     [ https://issues.apache.org/jira/browse/OFBIZ-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-2559.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
         Assignee: Jacques Le Roux

Thanks Deyan,

Your patch is in trunk at r814390  


> 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
>            Assignee: Jacques Le Roux
>             Fix For: SVN trunk
>
>         Attachments: NamingServiceContainer_rmi_registry_bind_interface.patch, NamingServiceContainer_rmi_registry_bind_interface_v2.patch, Tabs_Issue.png
>
>
> 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.