What steps will reproduce the problem?
1. Deploy the resource adapter on a host with multiple IP addresses 9either
physical or virtual)
2. run netstat -a
Socket Server is listening on multiple addresses
To fix this we need to add the IP Address as an an activation property (default
null).
Currently in the bind() to ServerSocket we are using:
InetSocketAddress(int port)
but we need to use:
InetSocketAddress(InetAddress addr, int port)
Original issue reported on code.google.com by mark.r.j...@gmail.com on 25 Jun 2010 at 8:49
Original issue reported on code.google.com by
mark.r.j...@gmail.com
on 25 Jun 2010 at 8:49