Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > accessing webserver which is behing proxy server

Reply
Thread Tools

accessing webserver which is behing proxy server

 
 
diya
Guest
Posts: n/a
 
      04-21-2006
Hi all,

I am trying to call web-browser in my java desktop application. I
succeeeded in calling webpage which is at the localhost but when i
tried to access any other website say http://www.google.com it gave an
error saying page not found. What might be the problem ?

Can anyone help me out with the same?

 
Reply With Quote
 
 
 
 
Rob@Bedford
Guest
Posts: n/a
 
      04-21-2006
Are you behind a proxy? If so you have to set the java properties..

System.getProperties().setProperty("http.proxyHost ", "your proxy
host");
System.getProperties().setProperty("http.proxyPort ", "your proxy
port");

 
Reply With Quote
 
 
 
 
jcsnippets.atspace.com
Guest
Posts: n/a
 
      04-21-2006
"Rob@Bedford" <> wrote in message
news: oups.com...
> Are you behind a proxy? If so you have to set the java properties..
>
> System.getProperties().setProperty("http.proxyHost ", "your proxy
> host");
> System.getProperties().setProperty("http.proxyPort ", "your proxy
> port");


Don't forget to "set" the proxy to true!

http://jcsnippets.atspace.com/java/n...t-a-proxy.html

Best regards,

JC
--
http://jcsnippets.atspace.com/
a collection of source code, tips and tricks


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SIP Device behing PIX 501 davidrtk@gmail.com Cisco 1 11-20-2007 11:18 PM
What happened to the Global class code behing in 2.0? =?Utf-8?B?UGF0Qg==?= ASP .Net 15 07-19-2007 02:40 PM
Multiple public IP behing PIX 501 Kuba Cisco 3 12-01-2005 04:29 PM
VB and get text behing java Jake ASP .Net Web Controls 4 11-11-2005 01:49 PM
dotnet webservice behing Cisco content caching engine KumarForG Cisco 0 05-27-2004 12:26 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57