jeremy 2002/11/23 09:09:55 Modified: src/documentation/xdocs/faq faq-configure-c2.xml Log: added faq about a problem indexing sites Revision Changes Path 1.6 +12 -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.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- faq-configure-c2.xml 15 Nov 2002 13:36:23 -0000 1.5 +++ faq-configure-c2.xml 23 Nov 2002 17:09:55 -0000 1.6 @@ -68,7 +68,7 @@ </ul> <note>See inline comments in these files for further information!</note> <p> -Learn more about LogKit configuration by downloading the free chapter, <link href="http://www.newriders.com/books/product.asp?product_id={C3C05052-BE3B-4E06-A60A-13FB40AF58F6}" >A User's Look at the Cocoon architecture,</link> from Langham and Ziegeler's <em>Cocoon: Building XML Applications</em> available at the New Riders web site. +Learn more about LogKit configuration by downloading the free chapter, <link href="http://www.newriders.com/books/product.asp?product_id={C3C05052-BE3B-4E06-A60A-13FB40AF58F6}" >A User's Look at the Cocoon architecture,</link> from Langham and Ziegler's <em>Cocoon: Building XML Applications</em> available at the New Riders web site. </p> </answer> </faq> @@ -91,5 +91,16 @@ </answer> </faq> +<faq> +<question> +How can I solve 'Too many open files' errors when I try to create a search index for my site? +</question> +<answer> + <p>Either reduce the number of tags in your documant, by filtering it with xslt in your search view.</p> + <p>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.</p> + <p>example (Linux, bash shell): ulimit 2048</p> + <p>example (MacOSX, tcsh shell): limit descriptors 2048</p> +</answer> +</faq> </faqs>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]