[jboss-jira] [JBoss JIRA] Created: (JBREM-749) BisocketServerInvoker: Make configurable the address and port of secondary server socket
Takayoshi Kimura (JIRA)
jira-events at lists.jboss.org
Fri Jun 1 04:55:09 EDT 2007
BisocketServerInvoker: Make configurable the address and port of secondary server socket
----------------------------------------------------------------------------------------
Key: JBREM-749
URL: http://jira.jboss.com/jira/browse/JBREM-749
Project: JBoss Remoting
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 2.2.0.GA (Bluto)
Reporter: Takayoshi Kimura
Assigned To: Ron Sigal
This is a feature request for someone who needs to fix the secondary port used by the bisocket protocol.
In 2.2.0.GA, it is not configurable:
InetAddress host = getServerSocket().getInetAddress();
int freePort = PortUtil.findFreePort(host.getHostAddress());
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list