Advertisement
Guest User

Untitled

a guest
Nov 10th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <Context>
  2.  
  3. <!-- Default set of monitored resources. If one of these changes, the -->
  4. <!-- web application will be reloaded. -->
  5. <WatchedResource>WEB-INF/web.xml</WatchedResource>
  6. <WatchedResource>WEB-INF/tomcat-web.xml</WatchedResource>
  7. <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
  8. <Resource name="jdbc/PokerToolsDataSource" auth="Container"
  9. type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
  10. url="jdbc:postgresql://localhost:5433/postgres"
  11. username="pokertools" password="kumpis_240" maxActive="20" maxIdle="10" maxWait="-1"/>
  12. <!-- Uncomment this to disable session persistence across Tomcat restarts -->
  13. <!--
  14. <Manager pathname="" />
  15. -->
  16. </Context>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement