HiI generate a Quickstart App and run it with 'mvn -pl webapp jetty:run'. Everything works fine.
I then uncomment the blocks between |'Uncomment to include example modules that set up embedded camel'| and run it again with 1) 'mvn clean install' 2) 'mvn -pl webapp jetty:run'. This time - on localhost:8080 - the browser generates a: HTTP ERROR 503 ( Service unavailable ).
If I boot it within the IDE with 'org.apache.isis.WebServer' everything works fine.
Do I miss something? Thx Patrick
