Guest User

Untitled

a guest
Apr 14th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.29 KB | None | 0 0
  1. <Context>
  2. <Resource name="jdbc/resBookstore" /*1*/
  3. auth="Container"
  4. type="javax.sql.DataSource"
  5. driverClassName="oracle.jdbc.OracleDriver"
  6. url="jdbc:oracle:thin:@kommerz:1521:ora10i"
  7. username="scott"
  8. password="tiger"
  9. maxActive="20"
  10. maxIdle="30"
  11. maxWait="-1"
  12. />
  13. </Context
Add Comment
Please, Sign In to add comment