Advertisement
Guest User

Untitled

a guest
Jan 9th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. <resources>
  2. <jdbc-resource
  3. enabled="true"
  4. jndi-name="jdbc/securityDatasource"
  5. object-type="user"
  6. pool-name="jdbcRealmPool">
  7. <description/>
  8. </jdbc-resource>
  9. <jdbc-connection-pool
  10. allow-non-component-callers="false"
  11. associate-with-thread="false"
  12. connection-creation-retry-attempts="0"
  13. connection-creation-retry-interval-in-seconds="10"
  14. connection-leak-reclaim="false"
  15. connection-leak-timeout-in-seconds="0"
  16. connection-validation-method="auto-commit"
  17. datasource-classname="com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource"
  18. fail-all-connections="false" idle-timeout-in-seconds="300"
  19. is-connection-validation-required="false"
  20. is-isolation-level-guaranteed="true"
  21. lazy-connection-association="false"
  22. lazy-connection-enlistment="false"
  23. match-connections="false"
  24. max-connection-usage-count="0"
  25. max-pool-size="32"
  26. max-wait-time-in-millis="60000"
  27. name="jdbcRealmPool"
  28. non-transactional-connections="false"
  29. pool-resize-quantity="2"
  30. res-type="javax.sql.ConnectionPoolDataSource"
  31. statement-timeout-in-seconds="-1"
  32. steady-pool-size="8"
  33. validate-atmost-once-period-in-seconds="0"
  34. wrap-jdbc-objects="false">
  35. <property name="User" value="admin_computat"/>
  36. <property name="Password" value="*****"/>
  37. <property name="ServerName" value="localhost"/>
  38. <property name="Port" value="3306" />
  39. <property name="DatabaseName" value="admin_computat" />
  40. <property name="Url" value="jdbc:mysql://localhost:3306/admin_computat"/>
  41. </jdbc-connection-pool>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement