1 # Copyright 2002-2005 The Apache Software Foundation or its licensors,
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
8 # http://www.apache.org/licenses/LICENSE-2.0
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
16 #=======================================================================
17 # CatalogManager.properties for Catalog Entity Resolver.
19 # This is the default properties file for your project.
20 # This facilitates local configuration of application-specific catalogs.
21 # If you have defined any local catalogs, then they will be loaded
22 # before Forrest's core catalogs.
24 # See the Apache Forrest documentation:
25 # http://forrest.apache.org/docs/your-project.html
26 # http://forrest.apache.org/docs/validation.html
29 # The level of messages for status/debug (messages go to standard output).
30 # The setting here is for your own local catalogs.
31 # The verbosity of Forrest's core catalogs is controlled via
32 # main/webapp/WEB-INF/cocoon.xconf
34 # The following messages are provided ...
36 # 1 = ? (... not sure yet)
37 # 2 = 1+, Loading catalog, Resolved public, Resolved system
38 # 3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
39 # 10 = 3+, List all catalog entries when loading a catalog
40 # (Cocoon also logs the "Resolved public" messages.)
43 # catalogs ... list of additional catalogs to load
44 # (Note that Apache Forrest will automatically load its own default catalog
45 # from main/webapp/resources/schema/catalog.xcat)
46 # Use either full pathnames or relative pathnames.
47 # pathname separator is always semi-colon (;) regardless of operating system
48 # directory separator is always slash (/) regardless of operating system
49 catalogs=../resources/schema/catalog.xcat
52 # If false, relative catalog URIs are made absolute with respect to the
53 # base URI of the CatalogManager.properties file. This setting only
54 # applies to catalog URIs obtained from the catalogs property in the
55 # CatalogManager.properties file
56 # Example: relative-catalogs=[yes|no]