Re: RMI client behind a firewall, server behind a firewall too
From: Alex Molochnikov (NOBODY_at_NOSPAM.COM)
Date: 09/14/04
- Next message: smeer_alwosabi: "boradcasting and multicasting in java"
- Previous message: toni: "Re: We need good and free Java Rules Engine (JSR 94)"
- In reply to: Robert Dodier: "RMI client behind a firewall, server behind a firewall too"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 14 Sep 2004 07:32:57 GMT
If you have no control over the firewalls at all, then there is no solution.
However, if you can negotiate opening of a few ports with the admin, then
the solution does exist. If the latter is the case, let me know and I will
walk you through the setup.
Alex Molochnikov
Gestalt Corporation
www.gestalt.com
"Robert Dodier" <robert_dodier@yahoo.com> wrote in message
news:6714766d.0409131150.1c4c3263@posting.google.com...
> Hello,
>
> Browsing the web & newsgroups, it looks like this problem doesn't
> have any kind of easy solution, but let's see if someone knows different.
>
> I want to have a RMI client behind a firewall and a RMI server
> behind another firewall. I don't have any control over the firewalls.
> I know port 80 will be open for http traffic, but that's it.
> The web server on either side isn't the same as the machine running
> the RMI client or server.
>
> I want the client to be able to call methods on server objects
> and also to enable callbacks from the server to the client.
>
> What can be done in this case? I've read the RMI docs at Sun,
> browsed through a few dozen webpages & news messages, and the
> situation looks pretty dark, actually. Maybe someone has cause
> for optimism here. Thanks for any information.
>
> Robert Dodier
- Next message: smeer_alwosabi: "boradcasting and multicasting in java"
- Previous message: toni: "Re: We need good and free Java Rules Engine (JSR 94)"
- In reply to: Robert Dodier: "RMI client behind a firewall, server behind a firewall too"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|