Advertisement
Guest User

Untitled

a guest
May 10th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <datasource jndi-name="java:/VMANAGER_DS" pool-name="VMANAGER_DS" enabled="true" use-java-context="true">
  2. <connection-url>jdbc:postgresql://localhost:5432/vmanager</connection-url>
  3. <driver>org.postgresql</driver>
  4. <pool>
  5. <min-pool-size>10</min-pool-size>
  6. <max-pool-size>100</max-pool-size>
  7. <prefill>true</prefill>
  8. <use-strict-min>false</use-strict-min>
  9. <flush-strategy>FailingConnectionOnly</flush-strategy>
  10. </pool>
  11. <security>
  12. <user-name>postgres</user-name>
  13. <password>1234</password>
  14. </security>
  15. </datasource>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement