CatalogManager.properties 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # Copyright 2002-2005 The Apache Software Foundation or its licensors,
  2. # as applicable.
  3. #
  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
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  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.
  15. #=======================================================================
  16. # CatalogManager.properties for Catalog Entity Resolver.
  17. #
  18. # This is the default properties file for your project.
  19. # This facilitates local configuration of application-specific catalogs.
  20. # If you have defined any local catalogs, then they will be loaded
  21. # before Forrest's core catalogs.
  22. #
  23. # See the Apache Forrest documentation:
  24. # http://forrest.apache.org/docs/your-project.html
  25. # http://forrest.apache.org/docs/validation.html
  26. # verbosity:
  27. # The level of messages for status/debug (messages go to standard output).
  28. # The setting here is for your own local catalogs.
  29. # The verbosity of Forrest's core catalogs is controlled via
  30. # main/webapp/WEB-INF/cocoon.xconf
  31. #
  32. # The following messages are provided ...
  33. # 0 = none
  34. # 1 = ? (... not sure yet)
  35. # 2 = 1+, Loading catalog, Resolved public, Resolved system
  36. # 3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
  37. # 10 = 3+, List all catalog entries when loading a catalog
  38. # (Cocoon also logs the "Resolved public" messages.)
  39. verbosity=1
  40. # catalogs ... list of additional catalogs to load
  41. # (Note that Apache Forrest will automatically load its own default catalog
  42. # from main/webapp/resources/schema/catalog.xcat)
  43. # Use either full pathnames or relative pathnames.
  44. # pathname separator is always semi-colon (;) regardless of operating system
  45. # directory separator is always slash (/) regardless of operating system
  46. catalogs=../resources/schema/catalog.xcat
  47. # relative-catalogs
  48. # If false, relative catalog URIs are made absolute with respect to the
  49. # base URI of the CatalogManager.properties file. This setting only
  50. # applies to catalog URIs obtained from the catalogs property in the
  51. # CatalogManager.properties file
  52. # Example: relative-catalogs=[yes|no]
  53. relative-catalogs=no