Guest User

Untitled

a guest
Jan 14th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <Context path="/ode" docBase="ode" debug="5" reloadable="true" crossContext="true">
  2. <Resource name="jdbc/odedb"
  3. auth="Container"
  4. type="javax.sql.DataSource"
  5. username="sa"
  6. password=""
  7. driverClassName="org.postgresql.Driver"
  8. url="jdbc:postgresql://localhost:5432/ode"
  9. validationQuery="select 1"
  10. maxActive="10"
  11. maxIdle="4"/>
  12. </Context>
Add Comment
Please, Sign In to add comment