svn commit: r1249 - in logback/trunk: . logback-access/src/main/java/ch/qos/logback/access/tomcat logback-site/src/site/xdocTemplates

Author: seb Date: Thu Jan 18 16:02:04 2007 New Revision: 1249 Modified: logback/trunk/logback-access/src/main/java/ch/qos/logback/access/tomcat/LogbackValve.java logback/trunk/logback-site/src/site/xdocTemplates/access.xml logback/trunk/pom.xml Log: minor logback valve modification + doc modifs Modified: logback/trunk/logback-access/src/main/java/ch/qos/logback/access/tomcat/LogbackValve.java ============================================================================== --- logback/trunk/logback-access/src/main/java/ch/qos/logback/access/tomcat/LogbackValve.java (original) +++ logback/trunk/logback-access/src/main/java/ch/qos/logback/access/tomcat/LogbackValve.java Thu Jan 18 16:02:04 2007 @@ -25,7 +25,6 @@ import ch.qos.logback.core.spi.FilterAttachable; import ch.qos.logback.core.spi.FilterAttachableImpl; import ch.qos.logback.core.spi.FilterReply; -import ch.qos.logback.core.status.ErrorStatus; import ch.qos.logback.core.status.StatusManager; import ch.qos.logback.core.status.WarnStatus; import ch.qos.logback.core.util.StatusPrinter; @@ -108,7 +107,7 @@ filename = tomcatHomeProperty + File.separatorChar + DEFAULT_CONFIG_FILE; getStatusManager().add( - new ErrorStatus("filename property not set. Assuming [" + filename + new WarnStatus("filename property not set. Assuming [" + filename + "]", this)); } Modified: logback/trunk/logback-site/src/site/xdocTemplates/access.xml ============================================================================== --- logback/trunk/logback-site/src/site/xdocTemplates/access.xml (original) +++ logback/trunk/logback-site/src/site/xdocTemplates/access.xml Thu Jan 18 16:02:04 2007 @@ -64,7 +64,7 @@ <p> To use logback-access with Tomcat, after downlading the logback distribution, place the files <em>logback-core-VERSION.jar</em> - and <em>logback-access-VERSION.jar</em> under $TOMCAT_HOME/common/lib + and <em>logback-access-VERSION.jar</em> under $TOMCAT_HOME/server/lib directory, where $TOMCAT_HOME is the folder where you have installed Tomcat. We have tested logback-access module with Tomcat version 5.5.20. @@ -99,8 +99,7 @@ configuration file contains directives for configuring logback components. Among others, you can specify the appenders where the logging requests will be sent, and their format. Please refer - to the above description about logback access and Jetty for examples - of configuration. + to the description below about logback access configuration for examples. </p> <h2>Logback Access and Jetty</h2> Modified: logback/trunk/pom.xml ============================================================================== --- logback/trunk/pom.xml (original) +++ logback/trunk/pom.xml Thu Jan 18 16:02:04 2007 @@ -98,7 +98,7 @@ <dependency> <groupId>tomcat</groupId> <artifactId>catalina</artifactId> - <version>5.5.12</version> + <version>5.5.15</version> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId>
participants (1)
-
noreply.seb@qos.ch