Paul Wallace wrote:
Thanks,
        I have most of that in place already. Currently, server A has a
HttpURLConnection open and is talking to the Servlet. I can receive data
presumably from an InputStream. How do I write data to the Servlet using the
connection I have open?

Use the connection.getOutputStream() method and write to it like any other output stream.

It will show up on the other side when you pull from the input stream.

Seth

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to