Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001985 [Resin] minor always 08-31-07 12:47 09-04-07 11:06
Reporter stbu View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.3 Product Version 3.1.2
  Product Build
Summary 0001985: 'rollover-count' is an unknown property of 'com.caucho.server.log.AccessLog'
Description Discrepancy between Resin 3.1 documentation:

http://www.caucho.com/resin-3.1/doc/config-log.xtp#access-log [^]

...
rollover-count maximum number of rollover files before the oldest ones get overwritten. See Rollovers.
...

and Resin-3.1.2. I've configured this:

      <access-log path="logs/access.log"
            format='%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i"'
            rollover-count="2"
            rollover-period="1W"/>

which should be possible accordingly to the documentation. Rollover after one week, keep 2 files.

But I get this Exception:

500 Servlet Exception
conf/resin.conf:228: 'rollover-count' is an unknown property of 'com.caucho.server.log.AccessLog'.

226: format='%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i"'
227: rollover-count="2"
228: rollover-period="1W"/>
229:
230: <!-- creates the webapps directory for .war expansion -->



Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0002256)
ferg
09-04-07 11:06

server/0266
 

- Issue History
Date Modified Username Field Change
08-31-07 12:47 stbu New Issue
08-31-07 12:47 stbu Issue Monitored: stbu
09-04-07 11:06 ferg Note Added: 0002256
09-04-07 11:06 ferg Assigned To  => ferg
09-04-07 11:06 ferg Status new => closed
09-04-07 11:06 ferg Resolution open => fixed
09-04-07 11:06 ferg Fixed in Version  => 3.1.3


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker