This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes do dial up line or dedicated line make a difference? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "do dial up line or dedicated line make a difference?" Watch "do dial up line or dedicated line make a difference?" New topic
Author

do dial up line or dedicated line make a difference?

mihir maniar
Ranch Hand

Joined: Sep 09, 2003
Posts: 88
i have a simple java code that calls a servlet on a remote computer over the internet to send some files.if i do that using the dial up connection then it works fine but if i try to run the same code to send the file over the dedicasted line then it says net socket exception:refused to connect.so i make the setting for my computer (it is a proxy machine so i give the address of the proxy host like System.getProperties.put("ProxyHost","")with the ip address of the proxyhost machine and then System.getProperties.put("ProxyPort","") with the port number).so when i try to send it then the exe hangs and shows me the status of sending the file but the file is never sent. so please tell me how to break the ice.coz i want to make my java code to send the file over the lease line.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: do dial up line or dedicated line make a difference?
 
Similar Threads
MQJMS2005: failed to create MQQueueManager for 'WAS_localhost_server1'
Java Net Dialing
Servlet-Applet Communication.
java.net Socket port number question
Using network proxy settings in java program