• 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

http tunnelling

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is HTTP Tunnelling? Where can I find more information
about HTTP Tunnelling?. How can I achieve HTTP tunneling
from iplanet server to weblogic server for services?
Thanks.
 
Ranch Hand
Posts: 216
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HTTP Tunneling is encupsulating other protocols within HTTP protocol. Usually done when You need to go through a firewall because it only lets http go through.
Consult weblogic documentation for more info. It has a specific section that talks about NES and Weblogic, and Http tunneling.
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here's a good link to the WLS 5.1 documentation that kind explained it for me: http://www.weblogic.com/docs51/classdocs/API_secure.html#transport
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic