Hi,
I run the JBOSS 3.2 server in a production environment with a HTTPS (SSL) connection. For
one of my clients the following happens. He sets up a connection to the JBOSS server for
using the web-application. The connection he sets up never closes (unless he switches of
his computer). I can see this connection after running netstat on our server. After
running a tcpdump I can see that his computer sends every 2 minutes an acknowledgement
frame.
I would like to configure the JBOSS server so that after a 1 minute lapse with no sending
of any frames connections are closed and returned to the connection pool. Is this
possible? How can I do this?
In the jboss-service.xml file I have set the connectionTimeout parameter to 60000 (i.e. 60
seconds). But this does not solve the problem. Is there another parameter or attribute I
should set? If so, which parameter and where can I set it? Thanks for any information at
all.
Sponiza
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996010#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...