| <?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&ConnectionRetryDelay=20&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC" |
| maxActive="8" maxIdle="4" removeAbandoned="true" removeAbandonedTimeout="60" logAbandoned="true" defaultAutoCommit="false" |
| poolPreparedStatements="true" maxOpenPreparedStatements="150" |
| /> |
| </Context> |