Document: Production Checklist
URL: 
https://lenya.zones.apache.org/cms/docu/live/docu20/tutorials/production-checklist.html
Changed by user: Richard Frovarp (rfrovarp)


----
Removed: /comment()[1]

  Copyright 1999-2006 The Apache Software Foundation

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.

----
Removed: /comment()[2]
 $Id: metadata.xml 55543 2004-10-26 00:14:59Z gregor $ 
----
Removed: /document/body/section[3]/source[1]/text()

        <root>
          <priority value="error" />
          <appender-ref ref="COCOON_DEFAULT" />
        </root>

----
Added: /document/body/section[3]/source[1]/text()
        <root>          <priority value="error" />          <appender-ref 
ref="COCOON_DEFAULT" />        </root>
----
Removed: /document/body/section[3]/source[2]/text()

        <property name="debug" value="off"/>

----
Added: /document/body/section[3]/source[2]/text()
        <property name="debug" value="off"/>
----
Removed: /document/body/section[4]/p[2]/text()[1]
        Cocoon's default store implementation is an in-memory store backed by a 
disk        store (based on EHCache). You can configure this store using a file 
called        
----
Added: /document/body/section[4]/p[2]/text()[1]
        Cocoon's default store implementation is an in-memory store backed by a 
disk        store (based on EHCache). The 
----
Removed: /document/body/section[4]/p[2]/text()[3]
 which is located in 
----
Added: /document/body/section[4]/p[2]/text()[3]
 file provides the default settings. However,        Cocoon's configuration of 
its cache is controled by the 
----
Removed: /document/body/section[4]/p[2]/code[2]/text()
org/apache/cocoon/components/store/impl/ehcache.xml
----
Added: /document/body/section[4]/p[2]/code[2]/text()
cocoon.xconf
----
Removed: /document/body/section[4]/p[2]/text()[5]
.        The default entries of the 
----
Added: /document/body/section[4]/p[2]/text()[5]
 file in the         
----
Removed: /document/body/section[4]/p[2]/code[3]/text()
defaultCache
----
Added: /document/body/section[4]/p[2]/code[3]/text()
<store logger="core.store">
----
Removed: /document/body/section[4]/p[2]/text()[7]
 are as follows:      
----
Added: /document/body/section[4]/p[2]/text()[7]
 stanza.         The options under Cocoon are as follows:      
----
Removed: /document/body/section[4]/source[1]/text()
<defaultCache
    maxElementsInMemory="10000"
    eternal="true"
    timeToIdleSeconds="0"
    timeToLiveSeconds="0"
    overflowToDisk="true"
    diskPersistent="true"
    diskExpiryThreadIntervalSeconds="120"
    />
----
Added: /document/body/section[4]/source[1]/text()
    maxElementsInMemory="10000"    eternal="true"    timeToIdleSeconds="0"    
timeToLiveSeconds="0"    overflowToDisk="true"    diskPersistent="true"    
diskExpiryThreadIntervalSeconds="120"    memoryStoreEvictionPolicy="LRU"    
----
Removed: /document/body/section[4]/p[4]/text()
        For production use these setting should be changed. A possible 
configuration might look like:      
----
Added: /document/body/section[4]/p[4]/text()[1]
        For production use these setting should be changed. See 
----
Added: /document/body/section[4]/p[4]/a
<a> (null)
----
Added: /document/body/section[4]/p[4]/a/@href
[attr] 
href=http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/store/impl/EHDefaultStore.html#parameterize(org.apache.avalon.framework.parameters.Parameters)
 (null)
----
Added: /document/body/section[4]/p[4]/a/text()
        Cocoon's EHDefaultStore javadoc
----
Added: /document/body/section[4]/p[4]/text()[3]
 for all available options and parameter naming,        as names differ from 
ehcache parameter names. A possible configuration might look like:      
----
Removed: /document/body/section[4]/source[2]/text()
<defaultCache
    maxElementsInMemory="10000"
    eternal="false"
    timeToIdleSeconds="1800"
    timeToLiveSeconds="3600"
    overflowToDisk="true"
    diskPersistent="true"
    diskExpiryThreadIntervalSeconds="120"
    />
----
Added: /document/body/section[4]/source[2]/text()
<store logger="core.store">    <parameter name="maxobject" 
value="${store.maxobjects}"/>    <parameter name="use-cache-directory" 
value="true"/>    <parameter name="eternal" value="false"/>    <parameter 
name="timeToIdleSeconds" value="1800"/>    <parameter name="timeToLiveSeconds" 
value="3600"/>    </store>
----
Removed: /document/body/section[5]/ul/li[3]/source/text()
<global-variables>
  <pipeline-expiration>access plus 2 hours</pipeline-expiration>
</global-variables>
----
Added: /document/body/section[5]/ul/li[3]/source/text()
<global-variables>  <pipeline-expiration>access plus 2 
hours</pipeline-expiration></global-variables>
----
Removed: /document/body/section[7]/source/text()
--- lenya/      (revision 452350)
         <publication xmlns="http://apache.org/cocoon/lenya/publication/1.1"; 
lenya:show="false">

----
Added: /document/body/section[7]/source/text()
--- lenya/      (revision 452350)         <publication 
xmlns="http://apache.org/cocoon/lenya/publication/1.1"; lenya:show="false">
----

  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to