As a part of our APEX (20.2) and ORDS (21.2.0.174.1826) upgrades, we are switching to the standalone jetty server. We are able to serve videos that are placed on the server at a location specified by "--doc-root" parameter. For example,
java -jar ords.war standalone --doc-root /u01/app/oracle/product/ords/custom/instructional/videos
This is working fine. However, the videos are already housed on a different server. So, currently, there is a manual process to copy them from the other server to the ORDS server. What we'd really like is to have, though, is a "virtual directory" for Jetty that causes a local path to automatically redirect to the other server. (Kind of like this for Apache https://httpd.apache.org/docs/2.4/vhosts/name-based.html).
Browser <=> Jetty/ORDS Server <=> Virtual Directory <=> Video Server
Does anyone have any steps (or documentation links) for doing this under Jetty? (or is there a more appropriate Oracle forum for this question?)
Thanks,
-Joe