mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
comment sample connection configuration
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<tomee>
|
<tomee>
|
||||||
|
<!--
|
||||||
<Resource id="MySQL" type="DataSource">
|
<Resource id="MySQL" type="DataSource">
|
||||||
JdbcDriver com.mysql.jdbc.Driver
|
JdbcDriver com.mysql.jdbc.Driver
|
||||||
JdbcUrl jdbc:mysql:/localhost/commafeed?useUnicode=true&characterEncoding=UTF-8
|
JdbcUrl jdbc:mysql:/localhost/commafeed?useUnicode=true&characterEncoding=UTF-8
|
||||||
@@ -7,6 +8,7 @@
|
|||||||
Password cf
|
Password cf
|
||||||
MaxActive 50
|
MaxActive 50
|
||||||
</Resource>
|
</Resource>
|
||||||
|
-->
|
||||||
<Container id="CommaFeedStateless" type="STATELESS">
|
<Container id="CommaFeedStateless" type="STATELESS">
|
||||||
MaxSize=50
|
MaxSize=50
|
||||||
PoolSize=50
|
PoolSize=50
|
||||||
|
|||||||
Reference in New Issue
Block a user