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

