Advertisement
Guest User

Untitled

a guest
Sep 13th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Context path="/Database"/>
  3.  
  4. <Resource name="jdbc/localhostDS" type="javax.sql.DataSource" auth="Container"
  5. username="root" password="****" driverClassName="com.mysql.jdbc.Driver"
  6. url="jdbc:mysql://localhost:3306/">
  7. </Resource>
  8.  
  9. </Context>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement