I am trying to use Camunda Run, i downloaded the .zip file from Download Camunda 7 | Camunda and when i execute the start.bat file it open a webpage (http://localhost:8080/camunda-welcome/index.html) that says localhost refused to connect. I then downloaded tomcat 10 and started it, but when i run the start.bat i get error 404. I don’t understand what i need to do to start the engine
Hi @John_Ouzounis, welcome to the Camunda Forum!
Receiving a localhost refused to connect
error seems like a configuration issue on your local network or having port 8080
already in use by another web-app.
As this error message is quite common in local web development you should go through the fixing-list of this post Localhost Refused to Connect Error: 5 Confirmed Ways to Fix It to check if your local network settings are correct.
Hope it helps!
1 Like