we have couple tomcat nodes having activiti-app under a single URL.
we need to configure the deployment script to deploy the activiti-app with different context root name on each node. What is the best optio/way to do this.
tried the below,
changed in activiti-app.properties
and in the app-cfg.js file under webapps/activiti-app-lob1/scripts.
with these manual changes, it seem to be working.
who is generating this app-cfg.js? and can the context-root configurable?