Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sampathsl
Created October 15, 2016 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sampathsl/a2af5b65fe3beeffbe73eeeea361199e to your computer and use it in GitHub Desktop.
Save sampathsl/a2af5b65fe3beeffbe73eeeea361199e to your computer and use it in GitHub Desktop.
sample liferay tomcat context.xml.default file
<Resource name="LiferayPool" auth="Container" type="javax.sql.DataSource"
maxActive="100" maxIdle="30" maxWait="10000"
username="any_user" password=" any_pass" driverClassName="oracle.jdbc.driver.OracleDriver"
url="jdbc:oracle:thin:@192.168.1.180:1521:orcl"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment