Advertisement
Guest User

Untitled

a guest
May 4th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <Resource name="jdbc/mysqlDS" auth="Container" type="javax.sql.DataSource"
  2. maxActive="50" maxIdle="30" maxWait="10000"
  3. username="root" password=""
  4. driverClassName="com.mysql.jdbc.Driver"
  5. url="jdbc:mysql://localhost:3306/ejemploDS"
  6. accessToUnderlyingConnectionAllowed="true"
  7. factory="org.apache.tomcat.jdbc.pool.DataSourceFactory"
  8. />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement