-
Bug
-
Resolution: Done
-
Major
-
4.0.0.CR1
-
None
According to readme.md in project examples:
GWT
This will deploy `target/jboss-as-kitchensink-errai.war`.
The application will be running at the following URL <http://localhost:8080/jboss-as-kitchensink-errai/>.
should be
target/jboss-gwt-webapp.war
http://localhost:8080/jboss-gwt-webapp/
HTML5
The client application will be running at the following URL <http://localhost:8080/jboss-as-kitchensink-html5-mobile/>.
should be
http://localhost:8080/jboss-html5-webapp
RICHFACES
http://localhost:8080/jboss-as-kitchensink-rf/
should be
http://localhost:8080/jboss-richfaces-webapp
JAVAEE6-MULTI
http://localhost:8080/jboss-javaee6-multi
should be
http://localhost:8080/jboss-javaee6-multi-web
Also springmvc, javaee6-webapp/javaee6-mult,html5 index.html contains wrong URL
http://red.ht/jbeap-6-docs
which points to 404.
- is related to
-
JDF-673 Ensure no archetype/quickstart contain invalid links
- Resolved