Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <Resource name="jdbc/amd" auth="Container"
  2. type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
  3. url="jdbc:postgresql://localhost:5433/archimed"
  4. username="iehr" password="iehr"
  5. maxActive="10" maxIdle="5" maxWait="-1"/>
  6.  
  7. <ResourceLink name="jdbc/amd"
  8. global="jdbc/amd"
  9. type="javax.sql.DataSource"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement