You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by de...@lenya.apache.org on 2008/09/16 23:02:39 UTC

Document changed: Production Checklist

Document: Production Checklist
URL: https://lenya.zones.apache.org/cms/docu/authoring/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 default entries 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"    
----
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()
<defaultCache    maxElementsInMemory="10000"    eternal="false"    timeToIdleSeconds="1800"    timeToLiveSeconds="3600"    overflowToDisk="true"    diskPersistent="true"    diskExpiryThreadIntervalSeconds="120"    />
----
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: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org