home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / CatalogManager.properties < prev    next >
Encoding:
Text File  |  2004-07-12  |  2.5 KB  |  70 lines

  1. # CatalogManager.properties
  2.  
  3. # Copyright 1999-2004 The Apache Software Foundation
  4. #
  5. # Licensed under the Apache License, Version 2.0 (the "License");
  6. # you may not use this file except in compliance with the License.
  7. # You may obtain a copy of the License at
  8. #
  9. #     http://www.apache.org/licenses/LICENSE-2.0
  10. #
  11. # Unless required by applicable law or agreed to in writing, software
  12. # distributed under the License is distributed on an "AS IS" BASIS,
  13. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. # See the License for the specific language governing permissions and
  15. # limitations under the License.
  16.  
  17. #
  18. # This is the default properties file for Apache Cocoon. This facilitates local
  19. # configuration of application-specific catalogs. You can also use cocoon.xconf
  20. # to over-ride or supplement these settings.
  21. #
  22. # Note: The filesystem directory that contains this properties file must be
  23. # available on the Java classpath. The Cocoon build automatically does this.
  24. #
  25. # See the Apache Cocoon documentation
  26. # http://cocoon.apache.org/2.1/userdocs/concepts/catalog.html
  27. # and thence the Resolver API and accompanying documentation.
  28.  
  29. # verbosity ... level of messages for status/debug (messages go to STDOUT)
  30. # The following messages are provided ...
  31. #  0 = none
  32. #  1 = ?
  33. #  2 = 1+, Loading catalog, Resolved public, Resolved system
  34. #  3 = 2+, Catalog does not exist, resolvePublic, resolveSystem
  35. #  10 = 3+, List all catalog entries when loading a catalog
  36. # (Cocoon also logs the "Resolved public" messages.) 
  37. # TODO: determine all messages at each level
  38. #
  39. verbosity=1
  40.  
  41. # catalogs ... list of additional catalogs to load
  42. #  Note that Apache Cocoon will automatically load its own default catalog
  43. #  from WEB-INF/entities/catalog
  44. # use full pathnames
  45. # pathname separator is always semi-colon (;) regardless of operating system
  46. # directory separator is always slash (/) regardless of operating system
  47. #
  48. #catalogs=/path/to/local/catalog
  49. catalogs=
  50.  
  51. # prefer ... we prefer to use Public Identifiers for entity resolution
  52. #
  53. prefer=public
  54.  
  55. # static-catalog ... see the Sun doco
  56. #  TODO: ? what impact does this setting have for Apache Cocoon
  57. #
  58. static-catalog=yes
  59.  
  60. # allow-oasis-xml-catalog-pi ... see the Sun doco
  61. #  TODO: ? what impact does this setting have for Apache Cocoon
  62. #
  63. allow-oasis-xml-catalog-pi=yes
  64.  
  65. # catalog-class-name ... specify an alternate class name to use
  66. #  Apache Cocoon does not need this setting - we already have a named class
  67. #
  68. # catalog-class-name=com.sun.resolver.Resolver
  69.  
  70.