The Artima Developer Community
Sponsored Link

Java Answers Forum
How to send data from one server to another

2 replies on 1 page. Most recent reply: Sep 12, 2006 8:24 AM by Viswanatha Basavalingappa

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Rajeev Ranjan

Posts: 1
Nickname: arajeev
Registered: Jun, 2006

How to send data from one server to another Posted: Sep 7, 2006 12:21 AM
Reply to this message Reply
Advertisement
I faced problem to send data from one server to another server.Both side are tomcat server. I used response.sendRedirect(url) to call servlet run on 2nd server.It call but i could not get the data on 2nd server which i send through response.
Plz help me.


teddy wodds

Posts: 6
Nickname: hotspire
Registered: Aug, 2006

Re: How to send data from one server to another Posted: Sep 9, 2006 2:47 AM
Reply to this message Reply
You can send data to another server by java socket,see following tutorial,help it's useful
http://www.developerzone.biz/index.php?option=com_content&task=view&id=94&Itemid=36

Viswanatha Basavalingappa

Posts: 84
Nickname: viswagb
Registered: Nov, 2003

Re: How to send data from one server to another Posted: Sep 12, 2006 8:24 AM
Reply to this message Reply
As by looking your post, it is not sending Data. it is sending/re-directing a HTTP request/response type. specify the need correctly to have better response.

Flat View: This topic has 2 replies on 1 page
Topic: How to find machine is Big/little endian? Previous Topic   Next Topic Topic: JNDI error while accessing DataSource in WAS 5.0

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use