Camunda 7 community installation ==> Deploy Jar / war file

Hi All,

We are trying to configure the installation of camunda 7 community edition.

We have taken installation file Run.zip from Download Camunda Platform 7 | Camunda

How can we deploy java project on this server instance ?

or there is any other way to configure ? Any reference will be valuable.

Regards,
Ganesh

Hello my friend!

Camunda Run already has a built-in server, making it much easier to use, but come on… you want to deploy a Java project to run with it.

Package your Java application in a JAR or WAR file, and place it inside the Webapps folder that is inside the internal folder of your Run.zip.

If I’m not mistaken, webapps is the default location where tomcat looks for files for deployment…

After that, just run start.bat if it’s windows or start.sh if it’s a linux distro.

Take a look at this link below, I believe it will help you too with what you need.

I hope this helps!
William Robert Alves

Managed to solve @Ganesh1 ?

William Robert Alves