#app prop file for eta appname=eta logfile=/usr/local/eta/log/eta loglevel=0 #logout=yes logout.htmlcomment=yes #using default number of min/max connects of DataConnPool #Mysql driver options ### need vrfy wrt latest mysql lib #Table 3-1. URL Parameters # # Name Use Default Value # user The user to connect as none # password The password to use when connecting none # autoReconnect should the driver attempt to re-connect if the connection dies? (true/false) false # maxReconnects if autoReconnect is enabled, how many times should the driver attemt to reconnect? 3 # initialTimeout if autoReconnect is enabled, the initial time to wait between re-connects (seconds) 2 # maxRows The maximum number of rows to return (0 means return all rows) 0 # useUnicode should the driver use Unicode character encodings when handling strings? (true/false) false # characterEncoding if useUnicode is true, what character encoding should the driver use when dealing with strings? none dbDriver=org.gjt.mm.mysql.Driver #login changed to protect the innocent dbUri=jdbc:mysql://localhost/forum?user=tyrn&password=b@rf00d&autoReconnect=true&maxReconnects=5 #dbDriver=twz1.jdbc.mysql.jdbcMysqlDriver #dbUri=jdbc:z1MySQL://localhost/forum #user=tyrn #password=b@rf00d