]> git.pld-linux.org Git - packages/tomcat.git/commitdiff
- set swallowOutput=true to redirect System.out to logger
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 17 Mar 2011 22:52:43 +0000 (22:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use logging.properties for logging
- use catalina.out as a last resort sinkhole

Changed files:
    tomcat-context.xml.patch -> 1.1

tomcat-context.xml.patch [new file with mode: 0644]

diff --git a/tomcat-context.xml.patch b/tomcat-context.xml.patch
new file mode 100644 (file)
index 0000000..3c27bbb
--- /dev/null
@@ -0,0 +1,11 @@
+--- apache-tomcat-7.0.11-src/conf/context.xml~ 2011-03-10 12:16:35.000000000 +0100
++++ apache-tomcat-7.0.11-src/conf/context.xml  2011-03-17 23:49:31.208011844 +0100
+@@ -16,7 +16,7 @@
+   limitations under the License.
+ -->
+ <!-- The contents of this file will be loaded for each web application -->
+-<Context>
++<Context swallowOutput="true">
+     <!-- Default set of monitored resources -->
+     <WatchedResource>WEB-INF/web.xml</WatchedResource>
This page took 0.131355 seconds and 4 git commands to generate.