I had a similar issue, and the problem was not directly related to M5.4 or 
YAML, but to my local IDE/tomcat/webapp setup. I roughly followed 
[url=https://www.youtube.com/watch?v=aU7q3daQ8S0]this video[/url] and then the 
tips mentioned in this thread.

Here's an outline of what I did (using Eclipse as IDE):

1. In the directory of my project's parent pom: [code]mvn clean install[/code], 
then [code]mvn war:inplace[/code]
2. Delete [code]<my-webapp>/src/main/webapp/WEB-INF/lib[/code]
3. Make sure projects are imported in Eclipse
4. Create a new tomcat server in Eclipse and add my webapp
5. In the tomcat's settings, set ticks for "Modules auto reload by default" and 
"Serve modules without publishing" (under "Server Options")
6. In 
[code]<my-webapp>/src/main/webapp/WEB-INF/config/default/magnolia.properties[/code],
 set [code]magnolia.develop=true[/code]
7. Curse at my computer until it works

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=a46ffa92-3543-4835-9048-e6ba1c32d093


----------------------------------------------------------------
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]>
----------------------------------------------------------------

Reply via email to