Advertisement
Guest User

Untitled

a guest
Oct 20th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <Resource name="jdbc/postgres" auth="Container"
  2. type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
  3. url="jdbc:postgresql://localhost:5432/DB"
  4. username="user" password="pw" maxActive="20" maxIdle="10"
  5. maxWait="-1"
  6. factory="org.apache.commons.dbcp.BasicDataSourceFactory"
  7. />
  8. <ResourceLink name="jdbc/postgres" global="jdbc/postgres" type="javax.sql.DataSource" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement