Where to find the webapps folder when running Camunda on spring boot?

Hello,

I am running Camunda as a spring boot application and I want to build a Cockpit plugin like in this tutorial.

I checked the project for something like

C:\Users\MyName\Camunda\Camunda\server\apache-tomcat-9.0.52\webapps\camunda\app\cockpit\scripts

but couldn’t find anything similar.

What is the exact location to put the plugin js-file into?

Thankful for any help,
Frank

Hi Frank!

As Spring Boot distribution relies heavily on maven dependencies, the easiest way in your case is to create your own, customized version of org.camunda.bpm.webapp:camunda-webapp-webjar maven dependency, as described here:

Let me know if this is clear enough