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 :
- Delete / Rename both files : apex.properties & defaults.xml under <apex_listener.2.0.3.221.10.13>/apex
- 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 - Now run the following command : java -jar apex.war
- 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 - That's should be about it ....
Sorry for the short post.
Regards
Etay G.