
Hi I am new to Tomcat & logback I'm using tomcat 5.5.25 I can use logback-classic easiy but not logback-access I have followed the instructions at http://logback.qos.ch/access.html : 1) core and access jar in server/lib folder 2) <Valve className="ch.qos.logback.access.tomcat.LogbackValve"/> in th engine tag of the server.xml file 3) logback-access.xml in conf folder : - <configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <layout class="ch.qos.logback.access.PatternLayout"> <Pattern>%h %l %u %user %date "%r" %s %b</Pattern> </layout> </appender> <appender-ref ref="STDOUT" /> </configuration> but nothing works (no log at all, no error message...) thanks Le 6 mars 08 à 15:38, logback-user-request@qos.ch a écrit :
Mailing list subscription confirmation notice for mailing list Logback-user
We have received a request from 80.170.144.241 for subscription of your email address, "david.brocard@gmail.com", to the logback-user@qos.ch mailing list. To confirm that you want to be added to this mailing list, simply reply to this message, keeping the Subject: header intact. Or visit this web page:
http://qos.ch/mailman/confirm/logback-user/e270f9d6ded40470850b7cefc39989977...
Or include the following line -- and only the following line -- in a message to logback-user-request@qos.ch:
confirm e270f9d6ded40470850b7cefc399899774d78eb6
Note that simply sending a `reply' to this message should work from most mail readers, since that usually leaves the Subject: line in the right form (additional "Re:" text in the Subject: is okay).
If you do not wish to be subscribed to this list, please simply disregard this message. If you think you are being maliciously subscribed to the list, or have any other questions, send them to logback-user-owner@qos.ch.

Hi I am new to Tomcat & logback I'm using tomcat 5.5.25 I can use logback-classic easiy but not logback-access I have followed the instructions at http://logback.qos.ch/access.html : 1) core and access jar in server/lib folder 2) <Valve className="ch.qos.logback.access.tomcat.LogbackValve"/> in th engine tag of the server.xml file 3) logback-access.xml in conf folder : - <configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <layout class="ch.qos.logback.access.PatternLayout"> <Pattern>%h %l %u %user %date "%r" %s %b</Pattern> </layout> </appender> <appender-ref ref="STDOUT" /> </configuration> but nothing works (no log at all, no error message...) thanks
participants (1)
-
David Brocard