Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <Resource name="jdbc/eportalcore" auth="Container"
  2. type="javax.sql.DataSource"
  3. driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
  4. url="jdbc:sqlserver://localhost:1433;databaseName=eportal-core;"
  5. username="eportaldbadmin"
  6. password="P@ssw0rd"
  7. maxTotal="100"
  8. maxIdle="20"
  9. minIdle="5"
  10. maxWaitMillis="10000" />
  11.  
  12. <Resource name="jdbc/eportalcore" auth="Container"
  13. type="javax.sql.DataSource"
  14. driverClassName="com.p6spy.engine.spy.P6SpyDriver"
  15. url="jdbc:p6spy:sqlserver://localhost:1433/eportal-core"
  16. username="eportaldbadmin"
  17. password="P@ssw0rd"
  18. maxTotal="100"
  19. maxIdle="20"
  20. minIdle="5"
  21. maxWaitMillis="10000" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement