Guest User

Untitled

a guest
Dec 23rd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. <Resource name="file"
  2. cachingAllowed="false"
  3. className="org.apache.catalina.webresources.FileResourceSet"
  4. />
  5.  
  6. <?xml version='1.0' encoding='utf-8'?>
  7. <Context>
  8. <WatchedResource>WEB-INF/web.xml</WatchedResource>
  9. <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
  10. <Resources
  11. cachingAllowed="true"
  12. cacheMaxSize="100000"
  13. />
  14. <Resource name="jdbc/liferay"
  15. auth="Container"
  16. type="javax.sql.DataSource"
  17. maxActive="64"
  18. maxIdle="16"
  19. maxWait="1000"
  20. username="root"
  21. password=""
  22. driverClassName="com.mysql.jdbc.Driver"
  23. url="jdbc:mysql://localhost/lp_621_ga2_patched?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false&autoReconnect=true"
  24. validationQuery="select 1;"
  25. />
  26. </Context>
  27.  
  28. .level = FINE
  29.  
  30. .level = SEVERE (or ERROR)
  31.  
  32. org.apache.catalina.webresources.Cache.lever = FINE
  33. #org.apache.catalina.webresources.Cache.lever = FINE
Add Comment
Please, Sign In to add comment