Mantis - Resin
Viewing Issue Advanced Details
4321 major random 12-08-10 04:43 01-11-11 13:05
mros2stf  
ferg  
normal  
closed 4.0.12  
fixed  
none    
none 4.0.15  
0004321: Access.log is not rolling correctly
I have the following in my resin.xml file:
 <host-default>
      <access-log path="log/access.log"
                format='%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i"'
                rollover-size="-1"
                rollover-period="1D"/>

      <!-- creates the webapps directory for .war expansion -->
      <web-app-deploy path="webapps"/>
      <ear-deploy path="deploy"/>
    </host-default>

The access.log either will not roll daily after midnight. Today it rolled at 5:49 am. These are used for reporting purpose. If they do not roll, then the scripts fail as there is no file there.

Notes
(0004911)
ferg   
01-11-11 13:05   
server/02ee