How to change the host name and port in camunda process engine

Hi All,

I’m using the Camunda 7.12.0 process engine on the server, I changed the hostname and port number in …/camunda-bpm-tomcat-7.12.0/server/apache-tomcat-9.0.24/conf/server.xml file but still is running on localhost:8080

Please could you help me change that hostname and port?

Thanks in advance,

Regards,
Vinit Kumar

I have done with the changes for host name and port number. But not able to deploy the BPMN file using Camunda rest api throwing 404.

If you got any thing related to this please post here

Throw your exception and don’t catch your exception will be retried by Camunda BPMN workflow once throws exception will reach to Service Task and you have Retry Time Cycle in your moduler Service Task as shown below and you can customise your retry as per your business requirement.

Hi,
I am too having the same pblm. I did the same steps as you did. What did you do to change the host name and port number?

Hi @Jayapragadeesh

Could you provide me details of what you are trying to achieve here?

Cheers,
Vini

Currently every time I Start Camunda server it runs on http://localhost:8080/camunda-welcome/index.html

I want to change localhost to public ip

I changed the hostname and port number in conf/ server.xml file but still is running on localhost:8080

Are you using Embedded Process Engine (If you don’t know which camunda architecture are you using then refer to this for Camunda Server Architecture https://docs.camunda.org/manual/7.14/introduction/architecture/)

And let me know which architecture you are using according to that we gonna configure camunda port.

try this also: Embedded Process Engine