I was able to solve this problem by following these steps: This was tested with "Eclipse IDE for Java EE Developers". The standard version may not have all required plugins installed by default. Set up Project Using Magnolia Maven Archetypes
https://wiki.magnolia-cms.com/display/WIKI/Module+QuickStart Set up eclipse Start Eclipse "Window" > "Preferences" "Maven" Set a tick on "Download repository index updates on startup" "OK" Import into Eclipse "File" > "Import..." > "Existing Maven Projects" As "Root Directory" navigate to the parent project's root Make sure all projects are checked (parent, webapp and module(s)) "Finish" Create a Server (in Eclipse) "Window" > "Show View" > "Other..." > "Servers" Right-click > "New" > "Server" "Tomcat vX.0 Server" (X ∈ ℕ) > "Next" Click "Download and Install..." and follow the steps (only the first time). If the button is grayed out, this version might not be available -> go back and choose another one (e.g. 7.0 instead of 8.0). "Finish" Add Webapp to Server and Start Right-click a project > "Maven" > "Update Project..." > Select all > "OK" Right-click server > "Add and Remove..." Select and add your webapp > "Finish" - If this doesn't work, create another server and try again on this one. Right-click server > "Start" Check if the Server is Running In a web browser, navigate to http://localhost:8080/<your-webapp>/. You should now see the magnolia installation screen. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=022f35f7-cde9-49fa-a1f5-9d44b8da8ed3 ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
