Y
yellowtek
Hi,
We run an application using RMI.
We run the RMI registry on server side on port 4000.
When a client gets a connection to the server, it appears that RMI also
tries to open a connection from server to client on a random port on
client side.
Because we work in a secured environment, we cannot accept having the
client with all ports open; we need to force the server get a
connection on client on a predefined port, say 4000.
1) Why does the server need this connection to the client?
3) Can we avoid it?
2) How can we get this connection on a predefined client port.
Martin.
We run an application using RMI.
We run the RMI registry on server side on port 4000.
When a client gets a connection to the server, it appears that RMI also
tries to open a connection from server to client on a random port on
client side.
Because we work in a secured environment, we cannot accept having the
client with all ports open; we need to force the server get a
connection on client on a predefined port, say 4000.
1) Why does the server need this connection to the client?
3) Can we avoid it?
2) How can we get this connection on a predefined client port.
Martin.