You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general-cvs@xml.apache.org by sh...@apache.org on 2002/12/04 06:31:56 UTC

cvs commit: xml-site/targets/cocoon/faq faq-aggregators.html faq-configure-c2.html faq-databases.html faq-sitemap.html

shannon     2002/12/03 21:31:56

  Modified:    targets/cocoon/faq faq-aggregators.html
                        faq-configure-c2.html faq-databases.html
                        faq-sitemap.html
  Log:
  Site update.
  
  Revision  Changes    Path
  1.5       +1 -1      xml-site/targets/cocoon/faq/faq-aggregators.html
  
  Index: faq-aggregators.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/cocoon/faq/faq-aggregators.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- faq-aggregators.html	19 Oct 2002 13:32:54 -0000	1.4
  +++ faq-aggregators.html	4 Dec 2002 05:31:56 -0000	1.5
  @@ -255,7 +255,7 @@
     
   <p>
   <font color="black" face="verdana,helvetica,sanserif">
  -Learn more about content aggregation by downloading the free chapter, <a href="http://www.newriders.com/books/product.asp?product_id={C3C05052-BE3B-4E06-A60A-13FB40AF58F6}">A User's Look at the Cocoon architecture,</a> from Langham and Ziegler's <i>Cocoon: Building XML Applications</i> available at the New Riders web site.
  +Learn more about content aggregation by downloading the free chapter, <a href="http://www.newriders.com/books/product.asp?product_id={C3C05052-BE3B-4E06-A60A-13FB40AF58F6}">A User's Look at the Cocoon architecture,</a> from Langham and Ziegeler's <i>Cocoon: Building XML Applications</i> available at the New Riders web site.
     </font>
   </p>
     
  
  
  
  1.5       +41 -4     xml-site/targets/cocoon/faq/faq-configure-c2.html
  
  Index: faq-configure-c2.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/cocoon/faq/faq-configure-c2.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- faq-configure-c2.html	19 Oct 2002 13:32:54 -0000	1.4
  +++ faq-configure-c2.html	4 Dec 2002 05:31:56 -0000	1.5
  @@ -161,11 +161,16 @@
   </li>
   <li>
   <font face="verdana, helvetica, sans serif"><a href="#faq-4">
  +How can I solve 'Too many open files' errors when I try to create a search index for my site?
  +</a></font>
  +</li>
  +<li>
  +<font face="verdana, helvetica, sans serif"><a href="#faq-5">
     How can I add my FAQ to this document? 
    </a></font>
   </li>
   <li>
  -<font face="verdana, helvetica, sans serif"><a href="#faq-5">
  +<font face="verdana, helvetica, sans serif"><a href="#faq-6">
     How can I suggest improvements to existing FAQs?
    </a></font>
   </li>
  @@ -196,7 +201,7 @@
   <td width="1" bgcolor="#0086b2"><img border="0" hspace="0" vspace="0" height="1" width="1" src="images/void.gif"></td><td bgcolor="#ffffff">
   <pre>
      ...
  -   &lt;cocoon version="2.0" user-roles="WEB-INF/my.roles"&gt;
  +   &lt;cocoon version="2.0" user-roles="/WEB-INF/my.roles"&gt;
      ...
   </pre>
   </td><td width="1" bgcolor="#0086b2"><img border="0" hspace="0" vspace="0" height="1" width="1" src="images/void.gif"></td>
  @@ -210,6 +215,14 @@
     
   <p>
   <font color="black" face="verdana,helvetica,sanserif">
  +   if you are using Tomcat 4. For other versions, skip the leading
  +   slash of the URI.
  +  </font>
  +</p>
  +
  +  
  +<p>
  +<font color="black" face="verdana,helvetica,sanserif">
      And create a new file my.roles in WEB-INF directory with
     </font>
   </p>
  @@ -307,7 +320,7 @@
     
   <p>
   <font color="black" face="verdana,helvetica,sanserif">
  -Learn more about LogKit configuration by downloading the free chapter, <a href="http://www.newriders.com/books/product.asp?product_id={C3C05052-BE3B-4E06-A60A-13FB40AF58F6}">A User's Look at the Cocoon architecture,</a> from Langham and Ziegler's <i>Cocoon: Building XML Applications</i> available at the New Riders web site.
  +Learn more about LogKit configuration by downloading the free chapter, <a href="http://www.newriders.com/books/product.asp?product_id={C3C05052-BE3B-4E06-A60A-13FB40AF58F6}">A User's Look at the Cocoon architecture,</a> from Langham and Ziegeler's <i>Cocoon: Building XML Applications</i> available at the New Riders web site.
     </font>
   </p>    
     
  @@ -353,13 +366,37 @@
   
   <a name="faq-4">
   <!--anchor--></a><font face="verdana, helvetica, sans serif" size="+1" color="#0086b2"><b>
  +How can I solve 'Too many open files' errors when I try to create a search index for my site?
  +</b></font>
  +
  +
  +	
  +<p>
  +<font color="black" face="verdana,helvetica,sanserif">Either reduce the number of tags in your documant, by filtering it with xslt in your search view.</font>
  +</p>
  +	
  +<p>
  +<font color="black" face="verdana,helvetica,sanserif">Or, increase the limit on the number of files your opperating system allows you to have open simultaneously, in the shell you launch the servlet engine in.</font>
  +</p>
  +	
  +<p>
  +<font color="black" face="verdana,helvetica,sanserif">example (Linux, bash shell): ulimit 2048</font>
  +</p>
  +	
  +<p>
  +<font color="black" face="verdana,helvetica,sanserif">example (MacOSX, tcsh shell): limit descriptors 2048</font>
  +</p>
  +
  +
  +<a name="faq-5">
  +<!--anchor--></a><font face="verdana, helvetica, sans serif" size="+1" color="#0086b2"><b>
     How can I add my FAQ to this document? 
    </b></font>
   <p>
   <font color="black" face="verdana,helvetica,sanserif">
      Follow the instructions found in <a href="../howto/howto-author-faq.html">How-To Author an FAQ.</a></font>
   </p>
  -<a name="faq-5">
  +<a name="faq-6">
   <!--anchor--></a><font face="verdana, helvetica, sans serif" size="+1" color="#0086b2"><b>
     How can I suggest improvements to existing FAQs?
    </b></font>
  
  
  
  1.5       +1 -1      xml-site/targets/cocoon/faq/faq-databases.html
  
  Index: faq-databases.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/cocoon/faq/faq-databases.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- faq-databases.html	19 Oct 2002 13:32:54 -0000	1.4
  +++ faq-databases.html	4 Dec 2002 05:31:56 -0000	1.5
  @@ -386,7 +386,7 @@
     
   <p>
   <font color="black" face="verdana,helvetica,sanserif">
  -Learn more about connecting to databases by downloading the free chapter, <a href="http://www.newriders.com/books/product.asp?product_id={C3C05052-BE3B-4E06-A60A-13FB40AF58F6}">A User's Look at the Cocoon architecture,</a> from Langham and Ziegler's <i>Cocoon: Building XML Applications</i> available at the New Riders web site.
  +Learn more about connecting to databases by downloading the free chapter, <a href="http://www.newriders.com/books/product.asp?product_id={C3C05052-BE3B-4E06-A60A-13FB40AF58F6}">A User's Look at the Cocoon architecture,</a> from Langham and Ziegeler's <i>Cocoon: Building XML Applications</i> available at the New Riders web site.
     </font>
   </p>
   
  
  
  
  1.5       +1 -1      xml-site/targets/cocoon/faq/faq-sitemap.html
  
  Index: faq-sitemap.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/cocoon/faq/faq-sitemap.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- faq-sitemap.html	19 Oct 2002 13:32:54 -0000	1.4
  +++ faq-sitemap.html	4 Dec 2002 05:31:56 -0000	1.5
  @@ -707,7 +707,7 @@
      
   <p>
   <font color="black" face="verdana,helvetica,sanserif">
  -Learn more about advanced Sitemap features by downloading the free chapter, <a href="http://www.newriders.com/books/product.asp?product_id={C3C05052-BE3B-4E06-A60A-13FB40AF58F6}">A User's Look at the Cocoon architecture,</a> from Langham and Ziegler's <i>Cocoon: Building XML Applications</i> available at the New Riders web site.
  +Learn more about advanced Sitemap features by downloading the free chapter, <a href="http://www.newriders.com/books/product.asp?product_id={C3C05052-BE3B-4E06-A60A-13FB40AF58F6}">A User's Look at the Cocoon architecture,</a> from Langham and Ziegeler's <i>Cocoon: Building XML Applications</i> available at the New Riders web site.
     </font>
   </p>
     
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: general-cvs-help@xml.apache.org