Change Camunda Tomcat port

Hi everyone
I have downloaded Camunda BPM Tomcat edition. Is there any way to change the port 8080 ?

for example to 8091

Hello, u can change it it application properties.
image

Hi @Artem_Smirnov

I am using camunda-bpm-ee-tomcat-7.15.0-ee prepackaged and there is no file with name application.properties

Hi @mrdavoodi64,

It is a tomcat related question :grinning:

You can follow below simple steps

https://www.ibm.com/support/pages/how-do-i-change-default-port-apache-tomcat

And to make things consistent, you can edit start-camunda.bat and replace 8080 port of the welcome page with the new one

1 Like

Simply add
server.port:
8091
to defaul.yml, or production.yml inside configuration folder of ur distribution