Hide Forgot
Description of problem: The docs and the <host>:<port>/gwt-console-server page (found in the console under Settings -> System -> Server Info -> Host:) both point to the <host>:<port>/gwt-console-server/rs/server/resources (by default it is localhost:8080/gwt-console-server/rs/server/resources) as a page that shows all you can do via the REST interface. This page is blank. Firebug shows this as contents of the page: <html> <head> </head> <body> <pre></pre> </body> </html> Version-Release number of selected component (if applicable): BRMS 5.3.0 ER5
According to https://github.com/bpmc/bpm-console/blob/2.3.x/server/war/src/main/java/org/jboss/bpm/console/server/InfoFacade.java there needs to be a project specified. Using <host>:<port>/gwt-console-server/rs/server/resources/jbpm instead works (simply append /jbpm to the given url). Big Thanks to Lukas for finding the right sources.
Thanks, updated the documentation accordingly.
If you could update the Settings -> System -> Server Info -> Host: info in the jbpm console, that would be awsome.
Done
Update status to ON_QA. Please verify them against ER6.
The misleading information in the Console under Settings -> System -> Server Info -> Host: is gone and the new community docs contain the right URL. Setting to VERIFIED.