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/11/06 14:22:25 UTC

cvs commit: xml-cocoon2/src/documentation/xdocs/faq faq-configure-c2.xml

crafterm    2002/11/06 05:22:25

  Modified:    src/webapp/WEB-INF cocoon.xconf
               src/documentation/xdocs/faq faq-configure-c2.xml
  Log:
  Applied cocoon.xconf and faq patch.
  
  PR: #14012
  Submitted by: Kjetil Kjernsmo
  
  Revision  Changes    Path
  1.42      +1 -1      xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- cocoon.xconf	18 Oct 2002 14:09:06 -0000	1.41
  +++ cocoon.xconf	6 Nov 2002 13:22:25 -0000	1.42
  @@ -4,7 +4,7 @@
   <!-- ================ Apache Cocoon configuration file ================== -->
   <!-- For full description of the components and their parameters ...
        - Apache Cocoon User Documentation at /userdocs/
  -     - webapp/cocoon.xconf (this file) - describes each core component
  +     - webapp/WEB-INF/cocoon.xconf (this file) - describes each core component
        - each optional component/.../*.xconf - these describe the parameters
        for each component and are automatically included at build-time.
   
  
  
  
  1.4       +6 -1      xml-cocoon2/src/documentation/xdocs/faq/faq-configure-c2.xml
  
  Index: faq-configure-c2.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/faq/faq-configure-c2.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- faq-configure-c2.xml	22 Aug 2002 00:44:47 -0000	1.3
  +++ faq-configure-c2.xml	6 Nov 2002 13:22:25 -0000	1.4
  @@ -14,9 +14,14 @@
   
   <source><![CDATA[
      ...
  -   <cocoon version="2.0" user-roles="WEB-INF/my.roles">
  +   <cocoon version="2.0" user-roles="/WEB-INF/my.roles">
      ...
   ]]></source>
  +
  +  <p>
  +   if you are using Tomcat 4. For other versions, skip the leading
  +   slash of the URI.
  +  </p>
   
     <p>
      And create a new file my.roles in WEB-INF directory with
  
  
  

----------------------------------------------------------------------
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