Webapp Engine through Spring-Boot

Hi All,

I used the template project from here - https://docs.camunda.org/get-started/spring-boot/configuration/

and tried webapp part of the Spring Boot integration - https://docs.camunda.org/manual/7.11/user-guide/spring-boot-integration/webapps/

However I am not able to hit any of the rest-services which is very obvious because for rest services I will have to use the rest part of the same i.e. - https://docs.camunda.org/manual/7.11/user-guide/spring-boot-integration/rest-api/

But in the webapp part of it, I am only able to hit this - http://localhost:9081/actuator/health
which gives me out as {“status”:“UP”}

None of the webapps i.e. Cockpit or Admin or Tasklist are really accessible.
Am I missing something here?

@Anuj28282828 what is the exception stack trace you got in server log?

I don’t see the server logs. Is there a way I can configure the logs?