[jboss-jira] [JBoss JIRA] (WFLY-11434) Set the iiop bound port of the socket binding
Claudio Miranda (Jira)
issues at jboss.org
Wed Nov 28 08:52:01 EST 2018
Claudio Miranda created WFLY-11434:
--------------------------------------
Summary: Set the iiop bound port of the socket binding
Key: WFLY-11434
URL: https://issues.jboss.org/browse/WFLY-11434
Project: WildFly
Issue Type: Enhancement
Components: IIOP
Reporter: Claudio Miranda
Assignee: Tomasz Adamski
iiop and iiop-ssl socket binding doesn't show the runtime attributes *bound, bound-address, bound-port* as set, making it difficult to map the open ports to the socket bindings when the server is launched with a port offset.
{code}
"address" => [
("host" => "master"),
("server" => "server-three"),
("socket-binding-group" => "full-ha-sockets"),
("socket-binding" => "iiop")
],
"outcome" => "success",
"result" => {
"bound" => false,
"bound-address" => undefined,
"bound-port" => undefined,
"client-mappings" => undefined,
"fixed-port" => false,
"interface" => "unsecure",
"multicast-address" => undefined,
"multicast-port" => undefined,
"name" => "iiop",
"port" => 3528
}
},
{
"address" => [
("host" => "master"),
("server" => "server-three"),
("socket-binding-group" => "full-ha-sockets"),
("socket-binding" => "iiop-ssl")
],
"outcome" => "success",
"result" => {
"bound" => false,
"bound-address" => undefined,
"bound-port" => undefined,
"client-mappings" => undefined,
"fixed-port" => false,
"interface" => "unsecure",
"multicast-address" => undefined,
"multicast-port" => undefined,
"name" => "iiop-ssl",
"port" => 3529
}
},
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list