|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
<database jndi-name='jdbc/hello_world'>
|
|
<database jndi-name='jdbc/hello_world'>
|
|
<driver>
|
|
<driver>
|
|
- <type>org.postgresql.Driver</type><!-- TODO change this with the PooledConnection DS -->
|
|
|
|
|
|
+ <type>org.postgresql.jdbc3.Jdbc3ConnectionPool</type>
|
|
<url>jdbc:postgresql://TFB-database:5432/hello_world</url>
|
|
<url>jdbc:postgresql://TFB-database:5432/hello_world</url>
|
|
<user>benchmarkdbuser</user>
|
|
<user>benchmarkdbuser</user>
|
|
<password>benchmarkdbpass</password>
|
|
<password>benchmarkdbpass</password>
|