Advertisement
Guest User

Untitled

a guest
Aug 25th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <Context>
  2. <Resource
  3. name="jdbc/src"
  4. type="javax.sql.DataSource"
  5. maxActive="4"
  6. maxIdle="2"
  7. username="admin****I"
  8. maxWait="5000"
  9. validationQuery="select 1"
  10. driverClassName="com.mysql.jdbc.Driver"
  11. password="########"
  12. url="jdbc:mysql://pi-******.rhcloud.com:3306/pi"/>
  13.  
  14. </Context>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement