server posting data to another server
hello everyone,
i want to know how a server can post data to another server using servlets. typically we will be having two servlets residing on different servers. Now how shall the first servlet be written to be able to send data to second servlet on another server. if possible pls provide the sample codes. I think the same can be achieved using jsp. can anyone tell me how?
thanks in advance.

