[jboss-user] [Performance Tuning] - Re: Clustered JBoss with Cisco Content Switch

zambak do-not-reply at jboss.com
Tue Apr 17 08:15:40 EDT 2007


I cannot use the session timeout as it affects the application.
Optimally, I would like to tell the CSS switch which http comman to issue in order to close the session and not leave it open.

Here is the snippet of the switch config...


  | service myapp
  |   ip address x.y.z.w
  |   keepalive uri "http://myapp.mycompany.org/page/index.jsf"
  |   protocol tcp
  |   port 8080
  |   redundant-index 7
  |   keepalive tcp-close fin  <---- This line tells the CSS to do a fin/ack rather then a TCP reset
  |   keepalive frequency 15 <---- Sends a keepalive every 15 seconds
  |   keepalive type http non-persistent
  |   active
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037938#4037938

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037938



More information about the jboss-user mailing list