Advertisement
Guest User

Untitled

a guest
Jul 10th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <datasource>
  2. <name>WSO2AM_STATS_DB</name>
  3. <description>The datasource used for getting statistics to API Manager</description>
  4. <jndiConfig>
  5. <name>jdbc/WSO2AM_STATS_DB</name>
  6. </jndiConfig>
  7. <definition type="RDBMS">
  8. <configuration>
  9. <url>jdbc:mysql://localhost:3306/APPM_STATS_DB?autoReconnect=true;</url>
  10. <username>db_username</username>
  11. <password>db_password</password>
  12. <driverClassName>com.mysql.jdbc.Driver</driverClassName>
  13. <maxActive>50</maxActive>
  14. <maxWait>60000</maxWait>
  15. <testOnBorrow>true</testOnBorrow>
  16. <defaultAutoCommit>false</defaultAutoCommit>
  17. <validationQuery>SELECT 1</validationQuery>
  18. <validationInterval>30000</validationInterval>
  19. </configuration>
  20. </definition>
  21. </datasource>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement