DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6868>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6868 Cocoon, the Sleeping Beauty ------- Additional Comments From [EMAIL PROTECTED] 2002-03-05 15:56 ------- To help to componentize our configuration, we have separated out the servlet container (Tomcat), from the servlet (Cocoon - root sitemap), from the various sites / sub-sitemaps. (i.e. we do not have them embedded in subdirectories of each other). This enables us to drop in another container, or indeed, have more than one in place for testing, and allows us to have multiple web-sites sharing the same Cocoon instance with the minimum of file management. So tomcat's configuration in "server.xml" sets the appBase to "../root" like this: <Host name="localhost" debug="0" appBase="../root" unpackWARs="false"> And the root sitemap sets the subsitemap like this: <map:mount uri-prefix="" src="../../cueandreview/site/" check-reload="yes" reload-method="synchron" /> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]