forked from Archives/Athou_commafeed
auto reconnect
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
<!--
|
<!--
|
||||||
<Resource id="MySQL" type="DataSource">
|
<Resource id="MySQL" type="DataSource">
|
||||||
JdbcDriver com.mysql.jdbc.Driver
|
JdbcDriver com.mysql.jdbc.Driver
|
||||||
JdbcUrl jdbc:mysql://localhost/commafeed?useUnicode=true&characterEncoding=UTF-8
|
JdbcUrl jdbc:mysql://localhost/commafeed?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
||||||
UserName cf
|
UserName cf
|
||||||
Password cf
|
Password cf
|
||||||
MaxActive 80
|
MaxActive 40
|
||||||
</Resource>
|
</Resource>
|
||||||
-->
|
-->
|
||||||
<Container id="CommaFeedStateless" type="STATELESS">
|
<Container id="CommaFeedStateless" type="STATELESS">
|
||||||
|
|||||||
Reference in New Issue
Block a user