Guest User

Untitled

a guest
Dec 4th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Context>
  3. <Resource name="jdbc/mintKart" auth="Container" maxActive="100"
  4. maxIdle="30" maxWait="10000" username="root" password="mintKart"
  5. driverClassName="com.mysql.jdbc.Driver"
  6. url="jdbc:mysql://mintkartmysql.cb8conrzfqkh.ap-south-1.rds.amazonaws.com:3306/mintKart"
  7. logAbandoned="true" removeAbandoned="true" removeAbandonedTimeout="60"
  8. type="javax.sql.DataSource" />
  9. </Context>
Add Comment
Please, Sign In to add comment