Advertisement
Guest User

Context.xml

a guest
Oct 18th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <WatchedResource>WEB-INF/web.xml</WatchedResource>
  2. <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
  3.  
  4. <Resource name="jdbc/TORRES_OESTE" auth="Container" type="javax.sql.DataSource"
  5. url="jdbc:mysql://:3306/TORRES_OESTE"
  6. driverClassName="com.mysql.jdbc.Driver"
  7. username="jose" password="evelb.jose"
  8. maxActive="20" maxIdle="3" maxWait="10000"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement