tomcat.patch 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. --- conf/server.xml Fri Dec 21 15:20:07 2001
  2. +++ conf/server.xml Fri Dec 21 15:22:08 2001
  3. @@ -68,14 +68,15 @@
  4. -->
  5. <Logger name="tc_log"
  6. verbosityLevel = "INFORMATION"
  7. + path="@l_prefix@/var/tomcat/log/tomcat.log"
  8. />
  9. <Logger name="servlet_log"
  10. - path="logs/servlet.log"
  11. + path="@l_prefix@/var/tomcat/log/servlet.log"
  12. />
  13. <Logger name="JASPER_LOG"
  14. - path="logs/jasper.log"
  15. + path="@l_prefix@/var/tomcat/log/jasper.log"
  16. verbosityLevel = "INFORMATION" />
  17. <!-- You can add a "home" attribute to represent the "base" for
  18. @@ -281,12 +282,14 @@
  19. in the webapps dir and read/write in the workdir.
  20. -->
  21. + <!-- FIXME -->
  22. <Context path="/examples"
  23. docBase="webapps/examples"
  24. crossContext="false"
  25. debug="0"
  26. reloadable="true" >
  27. </Context>
  28. + <!-- FIXME -->
  29. <!-- Admin context will use tomcat.core to add/remove/get info about
  30. the webapplications and tomcat internals.
  31. @@ -295,7 +298,6 @@
  32. servlets are visible.
  33. If you change this to true, make sure you set a password.
  34. - -->
  35. <Context path="/admin"
  36. docBase="webapps/admin"
  37. crossContext="true"
  38. @@ -303,6 +305,7 @@
  39. reloadable="true"
  40. trusted="false" >
  41. </Context>
  42. + -->
  43. <!-- Virtual host example -
  44. In "127.0.0.1" virtual host we'll reverse "/" and