Advertisement
Guest User

Untitled

a guest
May 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <Resource name="jdbc/appDataSource" auth="Container"
  2. type="javax.sql.DataSource" username="appuser" password="apppassword"
  3. driverClassName="org.postgresql.Driver" url="jdbc:postgresql://localhost:5432/app"
  4. maxActive="20" maxIdle="5"
  5. maxWait="10000"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement