Skip to content

Instantly share code, notes, and snippets.

@hufon
Created May 17, 2016 12:11
Show Gist options
  • Save hufon/1e940454d908b167ce9d4c2016de0c6e to your computer and use it in GitHub Desktop.
Save hufon/1e940454d908b167ce9d4c2016de0c6e to your computer and use it in GitHub Desktop.
<Resource
name="jdbc/LiferayPool"
auth="Container"
type="javax.sql.DataSource"
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/lportal?useUnicode=true&amp;characterEncod ing=UTF-8&amp;autoReconnect=true"
username=PASSWORD
password=PASSWORD
validationQuery="SELECT 1"
testOnBorrow="true"
maxActive="100"
minIdle="10"
removeAbandoned="true"  
timeBetweenEvictionRunsMillis="10000"
removeAbandonedTimeout="3600"
logAbandoned="true"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment