## ====== 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/tvasrg.gdb # Firebird Driver for CW DB_URL=jdbc:firebirdsql:cwlinux1/3050:/usr/local/firebird/tvasrg/tvasrg.fdb # deployment RedHat DB Server #DB_URL=jdbc:firebirdsql:207.137.13.169/3050:/ibdata/tvasrg.gdb #DB_URL=jdbc:firebirdsql:207.137.13.185/3050:/ibdata/FI2U_cart.gdb DB_user=SYSDBA # DB_password=masterkey # CW DB_password=clivew ##============ Connection Pooling Settings ================================= #== DB Broker logging settings===== # the next line is for local Windows machine DB_log=D:\\ibdata\\tvasrgDB.log # next line is for local Unix machine # DB_log=/ibdata/tvasrgDB.log # Redhat deployment version #DB_log=/usr/local/tomcat/logs/tvasrgDB.log # Append Log false=new log file each Pooler creation # true=append log DB_logAppend=true #== Initial connections settings=== DB_initConnections=4 DB_maxConnections=10 # 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