Advertisement
Guest User

Untitled

a guest
May 12th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <Resource
  2. name="jdbc/LiferayPool"
  3. auth="Container"
  4. type="javax.sql.DataSource"
  5. driverClassName="com.mysql.jdbc.Driver"
  6. url="jdbc:mysql://localhost:3306/lportal?useUnicode=true&amp;characterEncod ing=UTF-8&amp;autoReconnect=true"
  7. username=PASSWORD
  8. password=PASSWORD
  9. validationQuery="SELECT 1"
  10. testOnBorrow="true"
  11. maxActive="100"
  12. minIdle="10"
  13. removeAbandoned="true« 
  14. timeBetweenEvictionRunsMillis="10000"
  15. removeAbandonedTimeout="3600"
  16. logAbandoned="true"
  17. />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement