-
Bug
-
Resolution: Done
-
Major
-
None
-
None
There, in the README.md file, are wrongly generated both the name of the *.war file (line 66) and the URL, the application is accessible on (line 72).
In my case (when the name of the application is "html") the generated text contains:
... 4. This deploys `target/jboss-html.war` to the running instance of the server. ... Access the running client application in a browser at the following URL: <http://localhost:8080/jboss-html/>. ...
but should contain:
... 4. This deploys `target/html.war` to the running instance of the server. ... Access the running client application in a browser at the following URL: <http://localhost:8080/html/>. ...
so, without the prefix "jboss-".
Remove it please from the template.