users@glassfish.java.net

Re: Access log flush problem

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Thu, 06 Jul 2006 09:42:02 -0400

Hi,

Jongjin Choi wrote:
> Hello.
>
> I am using AS9PE bundled with Netbeans 5.5 beta enterprise pack on
> Windows XP SP2.
> The admin gui says that the version is Sun Java System Application
> Server Platform Edition 9.0 (build b48).
>
> Anyway, I found that the access log was not flushed on time.
> The access log file size remains same for some random time under steady
> load.
>
> Is there any way to customize the buffer size or flushing period of
> access log?

That's the expected behavior. We fixed that issue in 9.1. Mainly, you
need to add, in domain.xml:

    <virtual-server id="server" ....>
      ....
      <property name="accessLogBufferSize" value="80"/>
    </virtual-server>

See https://glassfish.dev.java.net/issues/show_bug.cgi?id=541 for more info.

-- Jeanfrancois


> Is this the problem for build 48 on Windows?
>
> /Jongjin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>