Search code examples
tomcatoracle-apexoracle-ords

Oracle Apex or ORDS not recognizing images folder


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.


Solution

  • 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