Guest User

Untitled

a guest
Jun 1st, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. defaultAutoCommit="false"
  2. defaultTransactionIsolation="REPEATABLE_READ"
  3. auth="Container"
  4. type="javax.sql.DataSource"
  5. logAbandoned="true"
  6. removeAbandoned="true"
  7. removeAbandonedTimeout="300"
  8. maxActive="-1"
  9. initialSize="15"
  10. maxIdle="10"
  11. maxWait="10000"
  12. username="user"
  13. password="password"
  14. driverClassName="com.mysql.jdbc.Driver"
  15. url="jdbc:mysql://localhost/mydb"/>
Add Comment
Please, Sign In to add comment