Description of problem: In the ejb-multi-server quickstart, the URL to access the JSF application is currently : http://localhost:8080/multi-server-MainApp/ It is set in the /app-main/ear/pom.xml: <contextRoot>/multi-server-MainApp</contextRoot> It should be changed to use the 'jboss-' prefix followed by the quickstart-name, followed by the archive, for example: 'jboss-ejb-multi-server-main-app' or something similar. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This was fixed in this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/88ca906a911049ba91ca3817b4486f7d3420b117
See related bug: https://bugzilla.redhat.com/show_bug.cgi?id=1017733
Verified on EAP 6.2 ER7