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/06 17:26:00 UTC

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

    [ https://issues.apache.org/jira/browse/OFBIZ-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751917#action_12751917 ] 

Jacques Le Roux commented on OFBIZ-2559:
----------------------------------------

Hi Deyan,

I now get conflicts with your patch (and svn is down hence I can't use svn merge :/) , could you please update ?

Thanks

> 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, 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.