Firewalls [message #301171] |
Tue, 19 February 2008 07:18 |
wooke01
Messages: 6 Registered: February 2006
|
Junior Member |
|
|
Hello
We have an issue where network firewall kills idle connections after 60 mins. This means that we loose connection with JMS on the app server. This is a global network config and cannot be change
Does anybody know any config which might help on th app server?
I tried adding some custom thread pools to server.xml:
<thread-pool
name="rmi request"
min="2"
max="10"
queue="2560"
keepAlive="-1"
stackSize="0"/>
<thread-pool
name="rmi connection"
min="2"
max="10"
queue="2560"
keepAlive="-1"
stackSize="0"/>
but this just seemed to make the app server stop responding to console logins... Any suggestions welcome. Weblogic apparently sends keep alives down by default to cater for this, so is there something available in 10gas?
Thx
[Updated on: Tue, 19 February 2008 07:22] Report message to a moderator
|
|
|