Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <Context>
  3. <Resource name="jdbc/GuestBookDS"
  4. auth="Container"
  5. type="javax.sql.DataSource"
  6. maxActive="100"
  7. maxIdle="30"
  8. maxWait="10000"
  9. username="student"
  10. password="student123"
  11. driverClassName="com.mysql.jdbc.Driver"
  12. url="jdbc:mysql://noelvaes.eu/GuestBookDB" />
  13. <Resource name="jdbc/ZipcodeDS"
  14. auth="Container"
  15. type="javax.sql.DataSource"
  16. maxActive="100"
  17. maxIdle="30"
  18. maxWait="10000"
  19. username="student"
  20. password="student123"
  21. driverClassName="com.mysql.jdbc.Driver"
  22. url="jdbc:mysql://noelvaes.eu/ZipCodeDB" />
  23. </Context>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement