Hi,
After creating a UI5 application in Eclipse, adding a .xsaccess file and a .xsapp file, I can navigate to my index.html on http://host:8000/my/app/index.html.
In the same folder as index.html is Component.js, but this file produces a 404 from the XS Engine - and the same is true for other files in this folder / subfolders.
XSJS files seem to work though.
I might be missing a setting. How to expose JS/JSON files?