Working with Pi x firewalls  
guest Fri Dec 21 00:29:13 GMT 2007
 
My app using tomcat 5.5 runs in a DMZ and my redbrick database is behind a Cisco Pix firewall. Do you have any recommended config settiing for my pools?
 
sedj Fri Dec 21 11:44:57 GMT 2007
 
The presence of your db server being behind a firewall should not have any affect on your chosen config settings. I would expect most people's setup to be a webserver in the DMZ, and db server behind a firewall ...
guest Fri Dec 21 15:13:47 GMT 2007
 
Thanks
When My firewall shutsdown idle connections after 1 hour, my applications fails to reconnect with the database.

poolName=RBS_SVG_Pool
base=10
overflow=10
log=/usr/local/tomcat-instance/nass.usda.gov/logs/RBS_SVG_Pool_${yyyy-MM-dd}.log
idleTime=30000
messageLogging=true
sizeLogging=true
driverClass=redbrick.jdbc.RBWDriver
driverURL=jdbc:rbw:protocol:
user=
password=
killActiveConnectionsOverAge=330000
cycleConnections=1000
logLevel=verbose,info,warn,error,crisis