Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <Resource name="jdbc/dotCMSPool" auth="Container"
  2. type="javax.sql.DataSource" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  3. url="jdbc:sqlserver://SQLEXPRESS.database.windows.net:1433;databaseName=dotcms_new"
  4. username="postgres@SQLEXPRESS" password="password" maxTotal="60" maxIdle="10" maxWaitMillis="60000"
  5. removeAbandonedOnBorrow="true" removeAbandonedOnMaintenance="true" removeAbandonedTimeout="60" logAbandoned="true"
  6. timeBetweenEvictionRunsMillis="30000" testOnBorrow="true" testWhileIdle="true" validationQuery="SELECT 1" defaultTransactionIsolation="READ_COMMITTED"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement