Mantis - Resin
Viewing Issue Advanced Details
4428 minor always 03-08-11 08:08 03-09-11 16:54
cowan  
ferg  
normal  
closed 4.0.15  
fixed  
none    
none 4.0.16  
0004428: 'invocation-cache-size' is an unknown property of 'com.caucho.server.cluster.ServletContainerConfig'
invocation-cache-size and invocation-cache-max-url-length were moved to InvocationServer. Our XML schema and reference.xtp still reference them as a property of <cluster>

Error Details
[2011-03-08 09:56:20.083] [INFO] Cache: Proxy Cache disk-size=1024M memory-size=128M
~/conf/resin.conf:38: 'invocation-cache-size' is an unknown property of 'com.caucho.server.cluster.ServletContainerConfig'.
 
37: <cache entries="8192" disk-size="1G" memory-size="128M"/>
38: <invocation-cache-size>512</invocation-cache-size>
 
Snippet from resin.conf :
<cluster id="foo">
        <cache entries="8192" disk-size="1G" memory-size="128M"/>
        <invocation-cache-size>512</invocation-cache-size>
 
        <server-default>
 
            <jvm-arg>-Xms2048m</jvm-arg>
            <jvm-arg>-Xmx2048m</jvm-arg>

...
Rep by R. Ranjan

Notes
(0005127)
ferg   
03-09-11 16:54   
server/2d02