Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java and Proxy support

Status
Not open for further replies.

himanshukansara

Programmer
Apr 4, 2001
1
IN
Hello Java Gurus....!!
I m right now developing an application that has to communicate proxy server I use
Ssytem.getProperties().put("ProxySet","true")
System.getProperties().put("proxyhost","dearproxy")
System.getProperties().put("proxyport","81")
in my code

dearproxy is my proxy machine name and it works on port 81. there is no problem with the proxy since many other programmes are working

Please help me..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top