Advertisement
Guest User

Untitled

a guest
May 5th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. <datasource jta="false" jndi-name="java:/NOMBRE-DS" pool-name="FebosIO-Colombia-DS" enabled="true" use-ccm="false">
  2. <connection-url>jdbc:mysql://127.0.0.1:3306/NOMBRE_BD</connection-url>
  3. <driver-class>com.mysql.jdbc.Driver</driver-class>
  4. <driver>mysql</driver>
  5. <pool>
  6. <min-pool-size>1</min-pool-size>
  7. <max-pool-size>500</max-pool-size>
  8. </pool>
  9. <security>
  10. <user-name>USUARIO</user-name>
  11. <password>CONTRASEÑA</password>
  12. </security>
  13. <validation>
  14. <validate-on-match>false</validate-on-match>
  15. <background-validation>true</background-validation>
  16. </validation>
  17. <timeout>
  18. <set-tx-query-timeout>false</set-tx-query-timeout>
  19. <blocking-timeout-millis>0</blocking-timeout-millis>
  20. <idle-timeout-minutes>60</idle-timeout-minutes>
  21. <query-timeout>0</query-timeout>
  22. <use-try-lock>0</use-try-lock>
  23. <allocation-retry>0</allocation-retry>
  24. <allocation-retry-wait-millis>0</allocation-retry-wait-millis>
  25. </timeout>
  26. <statement>
  27. <share-prepared-statements>false</share-prepared-statements>
  28. </statement>
  29. </datasource>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement