vgritsenko 2002/08/12 15:33:03 Added: src/java/org/apache/cocoon/components/store file.xconf Log: Set JispFilesystemStore store as default. To use old FilesystemStore, simply remove jisp.jar. This fixes bug #10697: Piles of ERROR log messages. The reason is that there is maximum limit on absolute file path length (at least on Windowze) Revision Changes Path 1.1 xml-cocoon2/src/java/org/apache/cocoon/components/store/file.xconf Index: file.xconf =================================================================== <?xml version="1.0"?> <xconf xpath="/cocoon" unless="persistent-store" insert-after="transient-store"> <!-- Persistent store for the cache. Two store implementations to choose from: * FilesystemStore: Simple. Dependable. Thorougly tested. * JispFilesystemStore: Scalable. New kid on the block. Not thorougly tested. If you opt in to use JispFilesystemStore, comment out FilesystemStore entry. JispFilesystemStore configuration parameters (in addition to common parameters): datafile: name of the store file to use. indexfile: name of the index file to use. order: FIXME: put description here. --> <persistent-store logger="core.store.persistent"> <parameter name="use-cache-directory" value="true"/> </persistent-store> </xconf>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]