I am having a problem getting a public instance to find a template. I'm using the latest (rev. 13359) from svn and I can get it to work fine on an authoring instance but not on the public side. My understanding of the proper way to add templates in 3.5 is limited, but this is what I did:
1) created jsp template in [WEB_ROOT]/templates/jsp/ and copied to the public instance 2) setup on authoring instance (added in dialog, template, etc.) into /config/modules/templating 3) verified it works, created page added paragraphs to it 4) tried to activate config info but wouldn't allow so I exported from authoring and imported into public 5) restarted the public instance just to be safe 6) published a page using that template, verified that the page is on the public instance At this point when I try to access the page I get a 404 and an error in the log that says: AggregatorFilter.java(collect:155) ... Template [sectionPage] for page [/corporate] not found. I'd imagine I'm missing something simple but I can't see what the problem would be. During startup in the log it says "Config : loading Template info - /modules/templating/templates ... Config : Template info loaded - /modules/templating/templates" so I know it is looking in the config and recognizing some template settings. I've verified that the jsp file is on the public instance and is in the folder specified. Any ideas? Thanks, Tom ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------
