[
https://issues.apache.org/jira/browse/KARAF-3115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Freeman Fang resolved KARAF-3115.
---------------------------------
Resolution: Fixed
Fix Version/s: 3.0.2
4.0.0
2.4.0
commit fix
http://git-wip-us.apache.org/repos/asf/karaf/commit/fc5d92b4 for master
http://git-wip-us.apache.org/repos/asf/karaf/commit/71aca234 for karaf-2.x
branch
http://git-wip-us.apache.org/repos/asf/karaf/commit/f81bea83 for karaf-3.0.x
branch
> 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
> Components: karaf-instance
> Reporter: Freeman Fang
> Assignee: Freeman Fang
> Fix For: 2.4.0, 4.0.0, 3.0.2
>
>
> 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)