Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4428 | minor | always | 03-08-11 08:08 | 03-09-11 16:54 | |
|
|||||
Reporter: | cowan | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.15 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.16 | ||
|
|||||
Summary: | 0004428: 'invocation-cache-size' is an unknown property of 'com.caucho.server.cluster.ServletContainerConfig' | ||||
Description: |
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> ... |
||||
Steps To Reproduce: | |||||
Additional Information: |
Rep by R. Ranjan |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|