Unable to start camunda on localhost - Error 404 - Not Found

Hi Community Folk,

I tried to follow the instructions outlined in the below git repo for webapps but unable to start camunda on localhost.

when I start the jetty server with command “mvn jetty:run -Pdevelop” and visit localhost, instead of the login page I see error 404 not found page. Also attaching the console log.

##Error 404 - Not Found.

No context on this server matched or handled this request.

Contexts known to this server are:

|Context Path|Display Name|Status|LifeCycle|
| --- | --- | --- | --- |
|[/camunda](http://localhost:8080/camunda/)|Camunda Platform webapp|*Not*  Available|STARTED|

Any help is much appreciated!

camunda-webapp-console-log.txt (16.7 KB)

You can do little more exploration. I recreated your setup.

First make sure that server is up and running.

Next run the command as you mentioned. Click the /camunda context root to login to the console.

Thanks, able to get the jetty server running and able to access Tasklist on localhost. But not able to access cockpit and admin. On the console see this error.