View Single Post

  #1 (permalink)  
Old 03-23-2004
amitsh amitsh is offline
Junior Member
Yellow Belt
 
Join Date: Feb 2004
Posts: 13
Unknown Host Exception

Hi,
When I am trying to access Find service through my client entering my user name and password I am getting following error.
Error -
java.net.UnknownHostException: http://findv3.mappoint.net/Find-30/FindService.asmx

My Code -
Properties systemSettings = System.getProperties();
systemSettings.put("proxySet", "true");
systemSettings.put("http.proxyHost","http://findv3.mappoint.net/Find-30/FindService.asmx") ;
System.out.println("After putting host");
systemSettings.put("http.proxyPort", "80") ;
Reply With Quote