Guest User

Untitled

a guest
Oct 31st, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <tomee>
  3. <Resource id="PortalDatabase" type="DataSource">
  4. jdbcDriver = org.postgresql.Driver
  5. jdbcUrl = jdbc:postgresql://localhost:5432/portaldb
  6. userName = portal
  7. password = portal
  8. jtaManaged = true
  9. validationQuery = SELECT 1
  10. maxActive = 20
  11. maxIdle = 10
  12. </Resource>
  13. </tomee>
Add Comment
Please, Sign In to add comment