Skip to content

Instantly share code, notes, and snippets.

@azec-pdx
Created January 12, 2013 10:51
Show Gist options
  • Select an option

  • Save azec-pdx/4517169 to your computer and use it in GitHub Desktop.

Select an option

Save azec-pdx/4517169 to your computer and use it in GitHub Desktop.
liferay-ds.xml
<datasources>
<local-tx-datasource>
<jndi-name>jdbc/LiferayPool</jndi-name>
<connection-url>jdbc:mysql://localhost:3306/lportal?useUnicode=true;characterEncoding=UTF-8</connection-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<user-name>liferay</user-name>
<password>liferay</password>
<min-pool-size>0</min-pool-size>
</local-tx-datasource>
</datasources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment