• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to access external web site from the Servlet

 
Ranch Hand
Posts: 205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
In one of the servlet, am quering external website, i.e., searching for the information at 'http://www.google.com'
I can acess web only by using the proxy. I will set the proxy at, " tools/intetnet options/connection/LAN Setting", here i will check 'Use a proxy server' check box, and will give the proxy server and the port. Say, proxy server, "webproxy.xxxx.com" and port '8888'.
But by using these proxy, i can't load any servlet.
So when loading the servlet, getting "Page can't be displayed" error.
Is there any way, i can specify the proxy and corresponding port, in this case, "webproxy.xxxx.com" and '8888', in weblogic.properties file or by other means.
I am working on 'BEE Weblogic server 5.0.0'.
Thanks in Advance.
Narasimha.
 
reply
    Bookmark Topic Watch Topic
  • New Topic