added sample mysql connection configuration

This commit is contained in:
Athou
2013-04-22 13:20:05 +02:00
parent 1cd153a4ba
commit c2e56ccce0

View File

@@ -1,4 +1,14 @@
<?xml version="1.0"?>
<tomee>
<Resource id="MySQL" type="DataSource">
JdbcDriver com.mysql.jdbc.Driver
JdbcUrl jdbc:mysql:/localhost/commafeed?useUnicode=true&amp;characterEncoding=UTF-8
UserName cf
Password cf
MaxActive 100
</Resource>
<Container id="CommaFeedStateless" type="STATELESS">
PoolSize=30
StrictPooling=false
</Container>
</tomee>