Guest User

Untitled

a guest
Oct 13th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <Context>
  2. <Resource name="jdbc/ExampleDB"
  3. auth="Container"
  4. type="javax.sql.DataSource"
  5. factory="org.apache.tomcat.jdbc.pool.DataSourceFactory"
  6. maxActive="100"
  7. minIdle="30"
  8. maxWait="10000"
  9. jmxEnabled="true"
  10. username="carmart"
  11. password="carmart"
  12. driverClassName="com.mysql.jdbc.Driver"
  13. url="jdbc:mysql://localhost:3306/carmartdb"/>
  14. </Context>
Add Comment
Please, Sign In to add comment