page fowarding

Hi all,

I'm not sure if I'm in the right forum for this. I'm writing an application and was hoping someone could give me some info. I have two computers (Computer A and Computer B). Computer A can't connect to the internet but can connect to Computer B. Computer B can connect to the internet. I need to pass along webpage requests from Computer A to Computer B. Computer B will then get the webpage from the internet and pass it back to Computer A which will display it in a web browser. I'm fairly familiar with RMI so I can figure out how to pass the request from A to B, but can anyone suggest to me how to send the entire page as a response from B to A? Are there any classes that I can use to do this? Thanks for any help.

Leon

[757 byte] By [KalEl6355a] at [2007-10-3 1:02:35]
# 1
I would look for an open source proxy server to leverage off rather that creating one of my own. http://www.roseindia.net/opensource/freeproxyservers.php
tolmanka at 2007-7-14 17:58:44 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thanks, I'll look into it.Leon
KalEl6355a at 2007-7-14 17:58:44 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...