Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Probably Wrong Forum but, if so, Would Appreciate Direction - Jetty Configuration Question

Joseph UpshawSep 8 2021 — edited Sep 9 2021

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

Comments

Post Details

Added on Sep 8 2021
2 comments
210 views