Thanks,
Already had ext in OPTIONS. Just knowing that it should work, got me double
checking absolutely everything else. Including making sure there was actually
a class of that name in the jar. Edited an Ant script. It works now!
----- Original Message -----
From: [email protected]
To: [email protected]
Sent: Fri, February 24, 2012, 5:55 PM
Subject: Re: [jetty-users] Customing Request Logging
Use the command line ...
$ java -jar start.jar --version
And verify that your expected jar file is present in the list presented to you.
If not, then you'll likely need to add the ext directory to your OPTIONS line.
See the start.ini for the OPTIONS line.
Example: line #49
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/jetty-distribution/src/main/resources/start.ini
--
Joakim Erdfelt
[email protected]
http://webtide.com | http://intalio.com
(the people behind jetty and cometd)
On Fri, Feb 24, 2012 at 3:47 PM, Jeff Palmer >;[email protected];?xml
version="1.0"?;!DOCTYPE Configure PUBLIC
"-//Jetty//Configure//EN"
"http://www.eclipse.org/jetty/configure.dtd";!--
=============================================================== --;!--
Configure the Jetty Request Log --;!--
=============================================================== --;Configure
id="Server" class="org.eclipse.jetty.server.Server";!--
=========================================================== --;!-- Configure
Request Log --;!--
=========================================================== --;Ref
id="Handlers";Call name="addHandler";Arg;New
id="RequestLog"
class="org.eclipse.jetty.server.handler.RequestLogHandler";Set
name="requestLog";New id="RequestLogImpl"
class="jettyReplacements.RequestLogger";Set
name="filename";Property name="jetty.logs"
default="./logs"/;/Set;Set
name="filenameDateFormat";/Set;Set
name="retainDays";/Set;Set name="append";/Set;Set
name="extended";/Set;Set name="logCookies";/Set;Set
name="LogTimeZone";/Set;/New;/Set;/New;/Arg;/Call;/Ref;/Configure
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users