Spent a whole day but cant get it to work.
The steps i take to deploy a project to the hana db is straight forward.
1) Create a project
2) right click on project Team->Share (shows an error about utf8 one of the eclipse files, i removed that file)
3) Team->Commit
4) Team->Activate
5) Right click on the index.html and Run as HTML
Now i see it opens the URL and the correct link:
http://<IP>:<PORT>/<PACKAGE>/WebContent/index.html
And it shows the 404 screen.
It is my hana servers IP because my xsjs projects run on the same ip and they are working. The 404 is also a "styled" 404 of the xsEngine.
I checked if the package is on the server and i can see it is available.
What do i need to do more ?