You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2002/08/22 05:28:20 UTC

cvs commit: xml-cocoon2/src/documentation/xdocs/userdocs/concepts catalog.xml

crossley    2002/08/21 20:28:20

  Modified:    src/documentation/xdocs/userdocs/concepts Tag:
                        cocoon_2_0_3_branch catalog.xml
  Log:
  Getting seriously tired of keeping branches in sync. Thanks for trying Diana.
  The entity-resolver stuff was re-arranged in HEAD but not in 2.0.3
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.8   +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.7
  retrieving revision 1.2.2.8
  diff -u -r1.2.2.7 -r1.2.2.8
  --- catalog.xml	22 Aug 2002 01:32:42 -0000	1.2.2.7
  +++ catalog.xml	22 Aug 2002 03:28:20 -0000	1.2.2.8
  @@ -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:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org