Files
Athou_commafeed/src/main/tomee/conf/tomee.xml

16 lines
388 B
XML
Raw Normal View History

2013-04-15 11:46:31 +02:00
<?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
2013-04-22 16:06:18 +02:00
MaxActive 50
</Resource>
<Container id="CommaFeedStateless" type="STATELESS">
2013-04-22 16:06:18 +02:00
MaxSize=50
PoolSize=50
StrictPooling=true
</Container>
2013-04-15 11:46:31 +02:00
</tomee>