## ====== Database Driver settings ========= # Firebird JCA/JDBC driver DB_driver=org.firebirdsql.jdbc.FBDriver # Firebird Driver on the local Unix #DB_URL=jdbc:firebirdsql:localhost/3050:/ibdata/hotspots.gdb # deployment RedHat DB Server DB_URL=jdbc:firebirdsql:174.77.162.103/3050:/usr/local/ibdata/hotspots.gdb DB_user=SYSDBA DB_password=masterkey ##============ Connection Pooling Settings ================================= #== DB Broker logging settings===== # next line is for local Unix machine #DB_log=/ibdata/hotspotDB.log # Redhat deployment version DB_log=/usr/local/tomcat/logs/hotspotDB.log # Append Log false=new log file each Pooler creation # true=append log DB_logAppend=true #== Initial connections settings=== DB_initConnections=2 DB_maxConnections=3 # Refresh all connections (units in days) DB_refreshConnections=1.0 # Maximum length of time the connection can be checked out in seconds. DB_maxCheckoutSeconds=120 # Debugging Level > 0=no messages, 1=Errors only 2=Warnings and Errors 3=Everything DB_debugLevel=3