forked from Archives/Athou_commafeed
added sample mysql connection configuration
This commit is contained in:
@@ -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&characterEncoding=UTF-8
|
||||
UserName cf
|
||||
Password cf
|
||||
MaxActive 100
|
||||
</Resource>
|
||||
<Container id="CommaFeedStateless" type="STATELESS">
|
||||
PoolSize=30
|
||||
StrictPooling=false
|
||||
</Container>
|
||||
</tomee>
|
||||
|
||||
Reference in New Issue
Block a user