<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 14px;">On the webpage</span></font><div><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 14px;">&nbsp;&nbsp;<a href="http://logback.qos.ch/access.html">http://logback.qos.ch/access.html</a></span></font></div><div><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 14px;">the&nbsp;</span></font></div><pre><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 14px;">&lt;Set name="fileName"&gt;path/to/myaccess.xml&lt;/Set&gt;<br></span></font></pre><pre><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 14px;">part should be *inside* the definition of the request log implementation, should look like this:</span></font></pre><pre><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 14px;"><br></span></font></pre><pre><div class="source"><pre><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 14px;">&lt;Ref id="requestLog"&gt;</span></font></pre><pre><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 14px;"><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;Set name="requestLog"&gt;</span></font></pre><pre><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 14px;"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;New id="requestLogImpl" class="ch.qos.logback.access.jetty.RequestLogImpl"&gt;</span></font></pre><pre><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 14px;"></span></font><span class="Apple-style-span" style="font-family: Arial; font-size: 14px; "><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;Set name="fileName"&gt;path/to/myaccess.xml&lt;/Set&gt;</span></pre><pre><span class="Apple-style-span" style="font-family: Arial; font-size: 14px; "></span><span class="Apple-style-span" style="font-family: Arial; font-size: 14px; "><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;/New&gt;</span></pre><pre><span class="Apple-style-span" style="font-family: Arial; font-size: 14px; "></span><span class="Apple-style-span" style="font-family: Arial; font-size: 14px; "><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;/Set&gt;</span></pre><pre><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 14px;">&lt;/Ref&gt;</span></font></pre><pre><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 14px;"><br></span></font></pre><pre><font class="Apple-style-span" face="Arial" size="4"><span class="Apple-style-span" style="font-size: 14px;">With the current docs Jetty doesn't even start up.</span></font></pre></div></pre></body></html>