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

15 lines
376 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
MaxActive 100
</Resource>
<Container id="CommaFeedStateless" type="STATELESS">
PoolSize=30
StrictPooling=false
</Container>
2013-04-15 11:46:31 +02:00
</tomee>