Hi Graeme, org.jboss.remoting.transport.PortUtil.findFreePort() will return an available port. It also loops until it finds a free port, but it would be cheaper than creating a Connector each time around the loop.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146959#4146959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146959 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
