Process not found on Camunda platform after setup/deployment

Hi, i’m new on Camunda and I can’t upload my Maven Project into Camunda’s platform.
I have followed the guide and I have tried it many times. I think that the problem should be Eclipse or JDK but I can’t correct the problem!

Here there is a screenshot of the build! If you need other items, ask me!

Please help me, thanks!
Antonino Fisichella

This build is probably just creating a the war file you find in your target folder.
In order to see this running it needs to be deployed to an application server (tomcat or wildfly) that is running camunda.

Do you have the platform running?

This video tutorial might help: https://vimeo.com/235728986

1 Like

Yes, I have done it trough the terminal using the commands:
cd $CAMUNDA_HOME
sh start-camunda.sh

and so Tomcat running.

Thanks for your answer anyway.