Hey,
I think I know what has happened: You started out with [1] and then
directly created a distribution and deployed that into a separate
tomcat installation. However, if you start out with [1], and then
visit
http://localhost:8080/site, you will see of 404 page and:
------------------------------------------------------------------------------------------------------------------------------
Welcome to Hippo
It appears that you just created an empty Hippo project from the
archetype. There is nothing to show on the site yet. We recommend you
use Hippo's setup application to start developing your project.
------------------------------------------------------------------------------------------------------------------------------
The "Hippo's setup application" is a link which brings you to the
bootstrap environment. If you do that first, bootstrap whatever you
want to get started with, and then create a distribution and deploy it
in a tomcat, it should work.
Note that for local development we normally use mvn cargo:run instead
of deploying to a separate tomcat
Regards Ard
[1]
http://www.onehippo.org/trails/getting-started/hippo-essentials-getting-started.html