blob: dbe5e51c131e856ce236b55bf4b0643a1c02ee7d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<Context>
<WatchedResource>WEB-INF/web.xml</WatchedResource>
<WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
<Resource name="jdbc/SurveyTool"
auth="Container" type="javax.sql.DataSource"
username="surveytool"
driverClassName="com.mysql.jdbc.Driver"
password="{{ mysql_users[0].password }}"
url="jdbc:mysql://localhost:3306/cldrdb?ConnectionRetryCount=5&amp;ConnectionRetryDelay=20&amp;useJDBCCompliantTimezoneShift=true&amp;useLegacyDatetimeCode=false&amp;serverTimezone=UTC"
maxActive="8" maxIdle="4" removeAbandoned="true" removeAbandonedTimeout="60" logAbandoned="true" defaultAutoCommit="false"
poolPreparedStatements="true" maxOpenPreparedStatements="150"
/>
</Context>