Advertisement
Guest User

Untitled

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