How can I change port for Camunda webapp (cockpit) on tomcat

Hello,
I want to change “camunda-bpm-spring-boot-starter-webapp” port when I springframework application running. My project is running on 8181 “application.properties server.port = 8181” and I did implement camunda-bpm-spring-boot-starter-webapp on my build.gradle. when I run my project camunda cockpit running on 8181 port. I want to change when I start project runs on 8181 but camunda cockpit runs on different port. How can I do this?
Thank you…

1 Like