playing with multiple Images-Directories
Hello,
we're running ORDS hosted by tomcat. The Images directory is normally configured within webapps/ROOT/i.
In this scenario we can serve multiple APEX installations but with one version.
If one APEX installation will be upgraded from 4 to 5 the image directory has to be upgraded as well.
It is possible to configure the term webapps/ROOT/i from within the individual webapp/ords-apex5-installation-servlet/WEB-INF/web.xml (or any other private config) while all other APEX4 servlets are using the "default"-ROOT?
We don't using CDP/PDB at the moment.