To run the test enterprise application you should follow the steps:
-
Create database 'test' on your PostgreSQL instance.
-
Create database user 'test' with password 'test'.
-
Build db-module. Call 'mvn flyway:migrate' for installing database migration.
-
Build web-module.
-
Deploy the WAR to the JBoss or Tomcat Application Server (both servers of version 7 needed).
-
Open index page, for example by URL http://localhost:8080/test-enterprise-application/index.xhtml.