Acess Denied 404 error while accessing http://localhost:8080/camunda-welcome/index.html

After downloading camunda BPM platform apache version , when i click on start-camunda batch file , then
this link opens http://localhost:8080/camunda-welcome/index.html, which shows the 404 error. I think some thing is wrong .Kindly clarify. Note i had deployed the war file under …$camunda\server\apache-tomcat-8.0.24\webapps\loan-approval-0.1.0-SNAPSHOT.war . Is this correct ?

You should have a deployment named camunda-welcome-7.x.0.war for this.

One quick update in error logs I found a error as " Address already in use"
.

Okay, then something else is using port 8080 (or another Tomcat port) already and Tomcat can’t start successfully.

1 Like

Can we tell me how to stop 8080 process… Or is there a way we change the
port no of Camunda BPM

The port is a Tomcat setting and not related to Camunda. See https://www.mkyong.com/tomcat/how-to-change-tomcat-default-port/ for an example. Identifying and killing the process that listens on 8080 is specific to your operating system and I’m afraid we can’t help you with that either. There are plenty of resources on the web for that task.