[quote] With two instances is even necessary to sync resources like ftl or jsp that are changed. At the same time, otherwise file system and templating data is not working correctly. [/quote]
Change your Tomcat's configuration [code]allowLinking[/code] parameter to [code]true[/code] and put all your JSPs and FTLs into just one real location, using symlinks in the Magnolia author/public instances. So you will have e.g. [code]/usr/var/magnolia/myTemplates[/code] with your files, and then just symlink in your [code]$MAGNOLIA_AUTHOR_HOME/templates[/code] (resp. [code]$MAGNOLIA_PUBLIC_HOME/templates[/code]) pointing to the above folder. (Magnolia will handle their templates during updates.) We use similar configuration for www.jboss.org (enhanced by using SVN for the files). J.Ch. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=1ecb3336-18a4-4dd8-a136-707b9ff32222 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
