]> git.pld-linux.org Git - packages/tomcat.git/commitdiff
handle access log logging as well auto/th/tomcat-7.0.41-8
authorElan Ruusamäe <glen@delfi.ee>
Tue, 7 Jan 2014 11:57:23 +0000 (13:57 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 7 Jan 2014 11:57:23 +0000 (13:57 +0200)
logging.patch
tomcat.spec

index 57898ae871fcdd8fc1e1bf2d5d4ba1bf46787df8..9042ffe5701b53757ed7d81543e783fa731e266b 100644 (file)
  
  java.util.logging.ConsoleHandler.level = FINE
  java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+--- apache-tomcat-7.0.41-src/conf/server.xml~  2014-01-07 13:53:41.000000000 +0200
++++ apache-tomcat-7.0.41-src/conf/server.xml   2014-01-07 13:55:47.637678314 +0200
+@@ -175,8 +175,7 @@
+              Documentation at: /docs/config/valve.html
+              Note: The pattern used is equivalent to using pattern="common" -->
+         <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
+-               prefix="localhost_access_log." suffix=".txt"
+-               pattern="%h %l %u %t &quot;%r&quot; %s %b" />
++               pattern="combined" prefix="access_log" rotatable="false"/>
+       </Host>
+     </Engine>
index 39754f33fc71185077903f5fef802a21928fc071..bc3b5ce536dc56d3e7cf44542990e4afd373aa13 100644 (file)
@@ -13,7 +13,7 @@ Summary:      Web server and Servlet/JSP Engine, RI for Servlet %{servletapiver}/JSP
 Summary(pl.UTF-8):     Serwer www i silnik Servlet/JSP będący wzorcową implementacją API Servlet %{servletapiver}/JSP %{jspapiver}
 Name:          tomcat
 Version:       7.0.41
-Release:       7
+Release:       8
 License:       Apache v2.0
 Group:         Networking/Daemons/Java
 Source0:       http://www.apache.org/dist/tomcat/tomcat-7/v%{version}/src/apache-%{name}-%{version}-src.tar.gz
This page took 0.074941 seconds and 4 git commands to generate.