Advertisement
Guest User

Untitled

a guest
Nov 1st, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.56 KB | None | 0 0
  1.  <Resource auth="Container"
  2.            name="jdbc/PostgresqlDS"
  3.            description="C3PO Pooled DataSource"
  4.            driverClass="org.postgresql.Driver"
  5.            user="postgres"
  6.            password="postgres"
  7.            maxPoolSize="100"
  8.            minPoolSize="5"
  9.            maxStatements="10000"
  10.            maxStatementsPerConnection="200"
  11.            type="com.mchange.v2.c3p0.ComboPooledDataSource"
  12.            factory="org.apache.naming.factory.BeanFactory"
  13.            jdbcUrl="jdbc:postgresql://127.0.0.1:5432/balancer_09-27-2016" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement