There are many companies/people migrating their OpenShift v2 applications to OpenShift Pro due to the imminent sunset of OpenShift 2.
The OpenShift v2 folder .openshift no longer features in OpenShift Pro and RedHat's migration documentation actually states it should be removed.
But what if you have actually used a feature exposed by .openshift such as Tomcat settings? For example tomcat-users.xml or server.xml.
I, myself have used server.xml to specify an addition docBase.
<Context docBase="${OPENSHIFT_DATA_DIR}/documents" path="/documents" />
What am I to do?
How is this achieved in OpenShift Pro?
Is it no longer possible to do?
Is it frowned upon?
Now we are paying customers, perhaps someone at RedHat (or elsewhere) could enlighten us...