Re: Callback mechanism across firewall
Posted By:
Robert_Lybarger
Posted On:
Wednesday, April 26, 2006 07:51 AM
I believe RMI works across standard TCP ports in both directions (call and callback). That being said, Java is no more special than any other language here... if a firewall says "no incoming connections to port X / no outgoing connections to port Y" then you are out of luck (unless you can get the needed port on the firewall opened for your traffic).