Advertisement
Guest User

Untitled

a guest
Feb 25th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Context readable="true">
  3. <Resource auth="Container"
  4. name="jdbc/mysql"
  5. type="javax.sql.DataSource"
  6. driverClassName="com.mysql.jdbc.Driver"
  7. url="jdbc:mysql://**"
  8. username="**"
  9. password="***"
  10. maxIdle="10"
  11. maxActive="200"
  12. maxWait="5"
  13. removeAbandoned="true"
  14. removeAbandonedTime="1200" />
  15. </Context>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement