pegasystems / docker-pega-web-ready

Docker project for generating a tomcat docker image for Pega
Apache License 2.0
56 stars 101 forks source link

Allow custom application root context for Pega tomcat nodes #64

Closed pega-embate closed 4 years ago

pega-embate commented 4 years ago

In a multi-tenant environment, application root context may be used to differentiate pega deployments.

If the helm charts define the PEGA_APP_CONTEXT_ROOT env var to be something other than prweb, the extracted prweb.war and associated config should be moved to a webapps directory with the specfied name. This enables application access using the custom context.

Although the custom context can be baked into the image, we want customers to have the ability to change the context without building a new image.

pega-embate commented 4 years ago

Addressed via https://github.com/pegasystems/docker-pega-web-ready/pull/65