Camunda 7.2: how to configure camunda-webapp to work with a different host than the engine

I am still very new to kamund. I may have missed something obvious. But is there an easy way to configure camunda-webapp-jboss-7.2.0 (admin, cockpit, tasklist) to run on a different host than camunda-engine?

For example, I have host "A" with camunda-bpm-wildfly-7.2.0 and want to deploy camunda-webapp-jboss-7.2.0.war on host "B" (vanilla wildfly). Is there a way in the webapp to configure the hostnames or IP or baseURL? I assume the webapp is using REST API?

Thank.

+3


source to share


1 answer


This deployment scenario is currently not possible. Webapp always requires at least a built-in process engine tuned to the correct database. The best you can do is use a standalone webapp .



+2


source







All Articles