diff --git a/src/main/tomee/conf/tomee.xml b/src/main/tomee/conf/tomee.xml index d1a46b05..3a1b6a3f 100644 --- a/src/main/tomee/conf/tomee.xml +++ b/src/main/tomee/conf/tomee.xml @@ -1,4 +1,14 @@ - + + JdbcDriver com.mysql.jdbc.Driver + JdbcUrl jdbc:mysql:/localhost/commafeed?useUnicode=true&characterEncoding=UTF-8 + UserName cf + Password cf + MaxActive 100 + + + PoolSize=30 + StrictPooling=false +