vgritsenko 02/02/10 10:28:11 Modified: src/documentation/xdocs faq.xml Log: update Revision Changes Path 1.3 +3 -3 xml-cocoon2/src/documentation/xdocs/faq.xml Index: faq.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/faq.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- faq.xml 10 Feb 2002 18:12:27 -0000 1.2 +++ faq.xml 10 Feb 2002 18:28:11 -0000 1.3 @@ -60,9 +60,9 @@ </question> <answer> <p> - Cocoon requires a JAXP 1.1 compliant parser. Recent servlet engines + Cocoon requires a JAXP 1.1 compliant parser. Some servlet engines (like Tomcat 3.2.1) use older xml parsers. You have to replace the xml - parser with a newer one (e.g. the Xerces 1.3.0). + parser with a newer one (e.g. the Xerces 1.3.0 or newer). </p> <p> For Tomcat 3.2.1 simply remove the jaxp.jar and the parser.jar from the @@ -152,7 +152,7 @@ ]]> </source> <ul> - <li>Use "-Dcompile.xsp=yes" in your build command line when you are + <li>Use "-Dbuild.precompile=true" in your build command line when you are building your WAR file. </li> </ul>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]