See Using Forrest for + configuration guidance. +
++ See Using Forrest for configuration guidance.
Forrest provides a standard catalog file at
forrest/main/webapp/resources/schema/catalog.xcat
- for the document
- types that Forrest provides. Projects can augment this with their
- own catalog file located in
+ for the document types that Forrest supplies.
+
+ An additional system-wide catalog can be configured for use by multiple forrest-based projects.
+ See the "local-catalog" parameter in main/webapp/WEB-INF/xconf/forrest-core.xconf
+
+ Projects can augment this with their own catalog file located in
${project.schema-dir}/catalog.xcat to use it you must
specify either the path (full or relative) to your
catalog.xcat in the CatalogManager.properties
@@ -267,7 +274,7 @@
When Cocoon starts, it reads the CatalogManager.properties file from your
project.classes-dir. This is usually src/documentation/classes/
but you can change this in forrest.properties. When you seed
- a new site using forrest seed-site a sample catalog file
+ a new site using forrest seed a sample catalog file
is placed in the site structure, you can use this as a template for your
own files.