-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.13.0, 7.13.0-alpha5
-
None
Components
https://github.com/camunda/camunda-bpm-platform/tree/master/spring-boot-starter
https://github.com/camunda/camunda-bpm-platform/tree/master/distro/run
Steps to reproduce
- Start Camunda Run or Spring Boot with Webapps
- Open
Observed behavior
- Error 404 is shown
Expected behavior
- The browser redirects to http://localhost:8080/camunda/app/tasklist/ when opening localhost:8080/camunda
- The browser opens the camunda-welcome page when opening localhost:8080/camunda-welcome/index.html
Implementation hints
- In other distros (Tomcat, Wildfly, ...), the index.html is served which has a refresh meta tag to Tasklist
- Since Run is based on the Spring Boot starter, a fix in the Spring Boot starter will likely resolve the problem in both components