Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Setting Up WebLogic Server for HTTP Tunneling

Answer Posted / madhu

HTTP tunneling provides a way to simulate a stateful socket
connection between WebLogic Server and a Java client when
your only option is to use the HTTP protocol. It is
generally used to tunnel through an HTTP port in a security
firewall. HTTP is a stateless protocol, but WebLogic Server
provides tunneling functionality to make the connection
appear to be a regular T3Connection. However, you can
expect some performance loss in comparison to a normal
socket connection.

Configuring the HTTP Tunneling Connection
Under the HTTP protocol, a client may only make a request,
and then accept a reply from a server. The server may not
voluntarily communicate with the client, and the protocol
is stateless, meaning that a continuous two-way connection
is not possible.

WebLogic HTTP tunneling simulates a T3Connection via the
HTTP protocol, overcoming these limitations. There are two
attributes that you can configure in the Administration
Console to tune a tunneled connection for performance. It
is advised that you leave them at their default settings
unless you experience connection problems. These properties
are used by the server to determine whether the client
connection is still valid, or whether the client is still
alive.

Enable Tunneling

Enables or disables HTTP tunneling. HTTP tunneling is
disabled by default.

Note that the server must also support both the HTTP and T3
protocols in order to use HTTP tunneling.

Tunneling Client Ping

When an HTTP tunnel connection is set up, the client
automatically sends a request to the server, so that the
server may volunteer a response to the client. The client
may also include instructions in a request, but this
behavior happens regardless of whether the client
application needs to communicate with the server. If the
server does not respond (as part of the application code)
to the client request within the number of seconds set in
this attribute, it does so anyway. The client accepts the
response and automatically sends another request
immediately.

Default is 45 seconds; valid range is 20 to 900 seconds.

Tunneling Client Timeout

If the number of seconds set in this attribute have elapsed
since the client last sent a request to the server (in
response to a reply), then the server regards the client as
dead, and terminates the HTTP tunnel connection. The server
checks the elapsed time at the interval specified by this
attribute, when it would otherwise respond to the client's
request.

Default is 40 seconds; valid range is 10 to 900 seconds.

Is This Answer Correct ?    18 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can default JVM be changed to other?

1087


What are pending messages in the console? : BEA Weblogic

1023


how to get the critical application?

2694


How do I prevent errors when running t3dbping? : BEA Weblogic

942


What is meant by managedserver?

1115


Define the functions of t3 in the web logic server?

1029


What can I do when I get java.lang.outofmemoryerror because producers are faster than consumers? : BEA Weblogic

1024


How do I increase weblogic server memory? : BEA Weblogic

1049


Tell me what can happen when stub can't to connect to web-logic server instances?

1051


How to check the version of Java?

1200


Explain the performance tuning in jms?

1036


Must my bean-managed persistence mechanism use the weblogic jts driver? : BEA Weblogic

999


How do I use os authentication with weblogic jdriver for oracle and connection pools? : BEA Weblogic

1047


Do you know what is the purpose of t3 in weblogic server?

934


We often see BSU when using weblogic. What is the meaning of BSU ?

1110