Adrian Png
Adrian Png
@allipierre OXAR uses [node4ords](https://github.com/OraOpenSource/node4ords) as a reverse proxy. I would start with that, since these are static files. My 2 cents.
There is a problem with your environment because the Application Express files have not been loaded.
@cc13com Are you using the [docker-ords](https://github.com/martindsouza/docker-ords) image to run ORDS?
There is a problem with your environment because the Application Express files have not been loaded.
Can you please try changing this parameter in your docker run command from: `--volume /Users/my_name/docker/apex/18.2/apex/images:/usr/local/tomcat/webapps/i` To: `--volume /Users/my_name/docker/apex/18.2/apex/images:/ords/apex-images`
@martindsouza Any thoughts on this one?
@ratcashdev Thanks for your feedback. What OS are you running Docker on? What was the full Docker command that you used to build the image?
Thanks everyone for the feedback. @tensau good point about which version or where you installed Docker from. I'm on Ubuntu 18.04 as well and had nothing but successes. I did...
Thanks all. We'll look into adding some notes in the documentation on this issue.
@sarkiva 1. Were there any errors during the build? 2. Did you change any other environment variables? 3. Is SELinux in enforcing mode?
This is based on how it was implemented in the official Docker image from Oracle. The `ORACLE_HOME` is not mounted on host and hence, any changes would not be preserved...
Do you have selinux in enforcing mode?