Ian Stewartson
commented on
LOGBACK-309
Getting Java java.lang.ClassNotFound except with v1.0.0 & Jetty 7
Robert,
Found a solution for Jetty 7.
1. Put the LogBack JAR libraries in a directory .../jetty/lib/logging
2. Add logging to the OPTIONS variable in start.ini
3. Put the LogBack configuration file (in my case log-access.xml) in .../jetty/etc
Seems to work.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your
JIRA administrators
.
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Found a solution for Jetty 7.
1. Put the LogBack JAR libraries in a directory .../jetty/lib/logging
2. Add logging to the OPTIONS variable in start.ini
3. Put the LogBack configuration file (in my case log-access.xml) in .../jetty/etc
Seems to work.