You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2001/11/02 14:26:42 UTC

cvs commit: xml-cocoon2/webapp cocoon.xconf

crossley    01/11/02 05:26:42

  Modified:    webapp   Tag: cocoon_20_branch cocoon.xconf
  Log:
  Add entries for entity catalogs
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.25  +34 -0     xml-cocoon2/webapp/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/cocoon.xconf,v
  retrieving revision 1.7.2.24
  retrieving revision 1.7.2.25
  diff -u -r1.7.2.24 -r1.7.2.25
  --- cocoon.xconf	2001/10/05 12:29:05	1.7.2.24
  +++ cocoon.xconf	2001/11/02 13:26:42	1.7.2.25
  @@ -69,6 +69,40 @@
        <parameter name="threadpriority" value="5"/>
     </store-janitor>
   
  +  <!-- Entity resolution catalogs:
  +    catalog:
  +    The default catalog is distributed at /resources/entities/catalog
  +    This is the contextual pathname for Cocoon resources.
  +    You can override this path, if necessary, using the "catalog" parameter.
  +   <parameter name="catalog" value="/resources/entities/catalog"/>
  +    However, it is probably desirable to leave this default catalog config
  +    and declare your own local catalogs, which are loaded in addition to
  +    the system catalog.
  +
  +    There are various ways to do local configuration (see "Entity Catalogs"
  +    documentation). One way is via the CatalogManager.properties file.
  +    As an additional method, you can specify the "local-catalog" parameter here.
  +
  +    local-catalog:
  +    The full filesystem pathname to a single local catalog file.
  +   <parameter name="local-catalog" value="/usr/local/sgml/mycatalog"/>
  +
  +    verbosity:
  +    The level of messages for status/debug (messages go to standard output)
  +     0 (none) .. 3 (maximum)
  +    The following messages are provided ...
  +     0 = none
  +     1 = ? (... not sure yet)
  +     2 = 1+, Loading catalog, Resolved public, Resolved system
  +     3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
  +   <parameter name="verbosity" value="2"/>
  +
  +  -->
  +  <resolver class="org.apache.cocoon.components.resolver.ResolverImpl">
  +   <parameter name="catalog" value="/resources/entities/catalog"/>
  +   <parameter name="verbosity" value="2"/>
  +  </resolver>
  +
     <xslt-processor class="org.apache.cocoon.components.xslt.XSLTProcessorImpl" logger="root.xslt">
        <parameter name="use-store" value="true"/>
     </xslt-processor>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org