...
Modify console/src/main/resources/configuration.properties
so that provided properties reflects the scheme, hostname and port number where your JEE container is running and the URL context where Syncope core will be deployed.
Disable console debug
Once you are ready to deploy, you might would like to get rid of Wicket debug features provided by the console.
Just change development
to deployment
at the beginning of <code>console/src/main/webapp/WEB-INF/web.xml</code>.
For example, when running your JEE container on port 9080, you should have
...