You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
744 B
14 lines
744 B
<?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> |