crossley    2002/07/12 20:13:40

  Modified:    src/documentation/xdocs/userdocs/concepts Tag:
                        cocoon_2_0_3_branch catalog.xml
  Log:
  Revert some changes. Catalog resolver stuff has only been re-arranged in HEAD.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.6   +7 -6      
xml-cocoon2/src/documentation/xdocs/userdocs/concepts/catalog.xml
  
  Index: catalog.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/documentation/xdocs/userdocs/concepts/catalog.xml,v
  retrieving revision 1.2.2.5
  retrieving revision 1.2.2.6
  diff -u -r1.2.2.5 -r1.2.2.6
  --- catalog.xml       10 Jul 2002 19:19:25 -0000      1.2.2.5
  +++ catalog.xml       13 Jul 2002 03:13:40 -0000      1.2.2.6
  @@ -390,7 +390,7 @@
     <p>
      A default catalog and some base entities (e.g. ISO*.pen character
      entity sets) are included in the Cocoon distribution at 
  -   <code>WEB-INF/entities/</code>
  +   <code>webapp/resources/entities/</code>
      - the default catalog is automatically loaded when Cocoon starts.
     </p>
   
  @@ -410,7 +410,7 @@
   
     <s2 title="Using cocoon.xconf">
      <p>Parameters (properties) for the resolver component can be specified in the
  -   <code>src/webapp/WEB-INF/cocoon.xconf</code>
  +   <code>java/org/apache/cocoon/components/resolver/resolver.xconf</code>
       configuration file. See the detailed internal notes - here is a precis.
      </p>
   
  @@ -438,10 +438,11 @@
      </p>
   
      <p>
  -    The file is at 
  -<code>webapp/WEB-INF/classes/CatalogManager.properties</code>
  -    thereby making it available to the Java classpath during startup of the
  -    servlet engine.
  +    The build process will automatically copy the properties file from
  +<code>$COCOON_HOME/webapp/resources/entities/CatalogManager.properties</code>
  +    to
  +<code>$TOMCAT_HOME/webapps/cocoon/WEB-INF/classes/CatalogManager.properties</code>
  +    thereby making it available to the Java classpath.
      </p>
   
      <p>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to