shannon 2002/07/22 16:52:36 Modified: src/documentation/xdocs/faq faq-install.xml Log: Added bullet to FAQ topic on access errors related to CATALINA_BASE setting, thanks to [EMAIL PROTECTED] Revision Changes Path 1.2 +4 -1 xml-cocoon2/src/documentation/xdocs/faq/faq-install.xml Index: faq-install.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/faq/faq-install.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- faq-install.xml 13 May 2002 17:55:25 -0000 1.1 +++ faq-install.xml 22 Jul 2002 23:52:35 -0000 1.2 @@ -25,6 +25,9 @@ <li> If you didn't restart the servlet engine, do it. </li> + <li> +In Tomcat 4, did you change CATALINA_BASE to a different value than the default CATALINA_HOME? If so, copy the war files to CATALINA_BASE/webapps or set CATALINA_BASE=CATALINA_HOME. Then, restart Tomcat. + </li> </ul> </answer> </faq> @@ -69,7 +72,7 @@ <p> Cocoon requires a JAXP 1.1 compliant parser. Some servlet engines (like Tomcat 3.2.1) use older XML parsers. Replace the XML - parser with a more recnet one (e.g. the Xerces 1.3.0 or newer). + parser with a more recent one (e.g. the Xerces 1.3.0 or newer). </p> <p> For Tomcat 3.2.1, remove the jaxp.jar and the parser.jar from the
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]