Date: 2004-07-22T06:21:41 Editor: ViPi <[EMAIL PROTECTED]> Wiki: Cocoon Wiki Page: FAQs URL: http://wiki.apache.org/cocoon/FAQs
no comment Change Log: ------------------------------------------------------------------------------ @@ -39,6 +39,8 @@ A: There are at least several ways to deploy webapps on different containers and not all depend on a .war file. Tomcat supports mounting webapps located in any location on the filesystem - see the Tomcat documentation for the most accurate information on how to do this. Still, building a .war file is quite easy in Cocoon using the "war" build target. The default target is "webapp". For more info see AboutTheBuildTargets or run "build -projecthelp". + A: An installation using the '''webapp''' subdirectory is shown in CocoonEasyInstallation. + Q: I was having an XML parsing error when trying to install Cocoon 2.1.4 into Tomcat 4.1.24. A: Copying the contents of the Cocoon lib/endorsed directory to Tomcat's common/endorsed directory fixed the problem which seemed to be to do with the interface offered by the Xerces parser.
