Hi Sebastian,

The jetty request log has a fairly trivial interface.

Besides implementing the lifecycle methods and serializable
it is one method.

    public void log(HttpRequest request,
                    HttpResponse response,
                    int responseLength);

I doubt you can fix the ordering problem since the
method is executed when the request finishes.

There is a parameter to turn off the buffering
for the NCSA log.

Regards,
Adrian

xxxxxxxxxxxxxxxxxxxxxxxx 
Adrian Brock
Director of Support
Back Office
JBoss Group, LLC 
xxxxxxxxxxxxxxxxxxxxxxxx 
 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Sebastian Hauer
> Sent: 02 July 2003 15:38
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] Jetty and Log4j request logs
> 
> 
> Hi,
> 
> We are still using JBoss 3.0.x in production with jetty as web server.
> Every now and than I have to check the jetty request logs and I don't
> really like it.  I neither like the log file format, the GMT 
> timestamps,
> nor do I like that some requests are out of order.  Once I tail the
> request logs it seems as if jetty buffers the logs events before it
> writes them down.
> Is there a jetty version that is using good old log4j for request
> logging so that I can configure the log behavior?
> 
> Sebastian
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_06
> 1203_01/01
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 





-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to