Camunda JSP

Hello is it possible to deploy some jsp / html / jsf files along with Spring Boot Camunda? After deploying Camunda we can see Cockpit on http://localhost:8080/app/welcome/. Now I would like to show another page for http://localhost:8080/anotherPage.html. How can I achieve that? I tried many jsp / jsf configurations but nothing worked as expected, .jsp files are not compiled from webapp/WEB-INF folder, also my @Controller annotated class creates no mapping for given @GetMapping("/helloWorld")