יום ראשון, 18 באוגוסט 2013

[SOLVED] : images don't appear - Oracle Apex Listener 2 and above

Hello All,

This is a really a short one - took me few hours to figure - watched many posts over the web.

  • Scenario : After installing apex listener from scratch, images don't appear (you can verify it by view source in browser) - versions 2.x - (my example : apex_listener.2.0.3.221.10.13).
  • Action plan to solve : 
  1. Delete / Rename both files : apex.properties & defaults.xml under <apex_listener.2.0.3.221.10.13>/apex
  2. Make sure that you have i.war generated and located in apex.war directory, if NOT, please generate it using the following command :
    java -jar apex.war static <apex directory>\images
  3. Now run the following command : java -jar apex.war
  4. Now is the most important step, when it prompt for the following :
    Enter the APEX static resources location or Enter to skip:
    put the image directory :  <apex directory>\images
  5. That's should be about it ....
Sorry for the short post.


Regards
Etay G.