auto reconnect

This commit is contained in:
Athou
2013-04-25 18:56:20 +02:00
parent 69e9d05e0b
commit 85f381ad99

View File

@@ -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&amp;characterEncoding=UTF-8 JdbcUrl jdbc:mysql://localhost/commafeed?useUnicode=true&amp;characterEncoding=UTF-8&amp;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">