You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2014/07/14 10:35:04 UTC

[jira] [Created] (KARAF-3115) add address flag when create a child instance

Freeman Fang created KARAF-3115:
-----------------------------------

             Summary: add address flag when create a child instance
                 Key: KARAF-3115
                 URL: https://issues.apache.org/jira/browse/KARAF-3115
             Project: Karaf
          Issue Type: Bug
            Reporter: Freeman Fang


though the child instance is supposed to be created on same machine with the root,  we have a code like
{code}
Socket s = new Socket("localhost", port);
{code}
to determine if a child instance is started or not.

For some users, they wanna use Virtual IP(not the localhost) for the child instances for cluster.

We should add an address option when create an instance where we can specify the Virtual IP



--
This message was sent by Atlassian JIRA
(v6.2#6252)