Ok, I am having a little confusing since we are not loading each war on one Tomcat but each instance of Tomcat having one of the files (CF/Pivotal for you and cannot change this fact of the client’s setup, our urls look like https://<app name / WAR here>.u1.app.cloud.TheClient.com/) . So I need some information on where to point these variables
idm.app.url=
deployment.api.url=
and as well here , I am assuming the rest configuration should point to the <PIVOTAL domain url , i.e https://flowable-admin.u1.app.cloud.TheClient.com/ > but I want to make certain.
Default REST endpoint configs
Process engine
rest.process.app.name=Flowable Process app
rest.process.app.description=Flowable Process REST config
rest.process.app.host=http://localhost
rest.process.app.port=8080
rest.process.app.contextroot=flowable-task
rest.process.app.restroot=process-api
rest.process.app.user=admin
rest.process.app.password=test
DMN engine
rest.dmn.app.name=Flowable DMN app
rest.dmn.app.description=Flowable DMN REST config
rest.dmn.app.host=
rest.dmn.app.port=8080
rest.dmn.app.contextroot=flowable-task
rest.dmn.app.restroot=dmn-api
rest.dmn.app.user=admin
rest.dmn.app.password=test
Form engine
rest.form.app.name=Flowable Form app
rest.form.app.description=Flowable Form REST config
rest.form.app.host=http://localhost
rest.form.app.port=8080
rest.form.app.contextroot=flowable-task
rest.form.app.restroot=form-api
rest.form.app.user=admin
rest.form.app.password=test
Content engine
rest.content.app.name=Flowable Content app
rest.content.app.description=Flowable Content REST config
rest.content.app.host=http://localhost
rest.content.app.port=8080
rest.content.app.contextroot=flowable-task
rest.content.app.restroot=content-api
rest.content.app.user=admin
rest.content.app.password=test
There is a huge whole in the steps on stepping this up as it “assumes” you are all on the exact same domain and one tomcat instance so it is like defusing a bomb with every wire being red. I would suggest adding a brief explanation of what each WAR is used for and how to con figure for these scenarios.