Guest User

Untitled

a guest
Jul 13th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. <Resource name="jdbc/VacationDevelop" username="userVacation" password="vacat1on"
  2. url="jdbc:postgresql://192.168.1.5:5432/Vacation"
  3. auth="Container" defaultAutoCommit="false"
  4. driverClassName="org.postgresql.Driver" maxActive="20"
  5. timeBetweenEvictionRunsMillis="60000"
  6. type="javax.sql.DataSource" />
  7.  
  8. <Resource name="jdbc/VacationTest" username="userVacation" password="vacat1on"
  9. url="jdbc:postgresql://hotel-bs.com:5432/VacationTest"
  10. auth="Container" defaultAutoCommit="false"
  11. driverClassName="org.postgresql.Driver" maxActive="20"
  12. timeBetweenEvictionRunsMillis="60000"
  13. type="javax.sql.DataSource" />
  14.  
  15. <Resource name="jdbc/Vacation" username="userVacation" password="vacat1on"
  16. url="jdbc:postgresql://hotel-bs.com:5432/Vacation"
  17. auth="Container" defaultAutoCommit="false"
  18. driverClassName="org.postgresql.Driver" maxActive="20"
  19. timeBetweenEvictionRunsMillis="60000"
  20. type="javax.sql.DataSource" />
Add Comment
Please, Sign In to add comment