> my question is: how should a I handle the nested double quotes in the
> pattern attribute?  How should i escape them?

" or "

See "4.6 Predefined Entities" in XML Spec for details,
http://www.w3.org/TR/2006/REC-xml-20060816/#sec-predefined-ent


2008/9/11 Jonathan Mast <[EMAIL PROTECTED]>:
> Hi, I was wondering what the exact syntax for specifying a custom access log
> pattern in the server.xml is.
>
> Here is a snippet from which contains my custom format:
>
>                <Valve className="org.apache.catalina.valves.AccessLogValue"
>                    prefix="foo."
>                    suffix=".accesslog"
>                    directory="/usr/local/tomcat/logs/context_logs/"
>                    pattern="%h %t %m "%U" %H %s %b "%{User-Agent}i"
> "%{Referer}i" %D %I" />
>
>
> my question is: how should a I handle the nested double quotes in the
> pattern attribute?  How should i escape them?
>
> I presume as-is, this will cause Tomcat quite some trouble.
>
> thanks,
> Tomcat 5.5
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to