support for postgresql (#37)

This commit is contained in:
Athou
2013-05-08 09:28:18 +02:00
parent eaef35e990
commit ae7d0c4ab7
3 changed files with 27 additions and 2 deletions

View File

@@ -9,6 +9,20 @@
MaxActive 50
</Resource>
-->
<!--
<Resource id="PostgreSQL" type="DataSource">
JdbcDriver org.postgresql.Driver
JdbcUrl jdbc:postgresql://localhost:5432/commafeed
UserName cf
Password cf
MaxActive 50
</Resource>
-->
<Container id="CommaFeedStateless" type="STATELESS">
PoolSize=50
StrictPooling=false