Oracle Apex or ORDS not recognizing images folder

deys picture deys · May 26, 2016 · Viewed 11k times · Source

I've installed Oracle Apex 5 and configured ORDS through Tomcat however I'm getting the error as below:

There is a problem with your environment because the Application Express files have not been loaded. Please verify that you have copied the images directory to your application server as instructed in the Installation Guide. In addition, please verify that your image prefix path is correct. Your current path is /i/ (it should contain both starting and ending forward slashes, such as the default /i/). Use the SQL script reset_image_prefix.sql if you need to change it.

Answer

deys picture deys · May 29, 2016

Guys I have finally managed to resolve it by changing the default images folder from /i/ to /images/ using reset_image_prefix.sql and copying images folder from apex folder to webapps