0

I am trying to develop a XS Project. My XS engine is up and running. If I do http://hana.corp:8000, then it is showing that my XS engine is up and running. But I am not able to run the .XS or .html file from the browser as I am getting 404-File not found error. If I run in the localhost, it is perfectly running.

Can anyone please let me know how to solve this issue?

Your help will be highly appreciated.

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
sowmya
  • 1
  • 3

1 Answers1

1

You need to tell the XS Engine that the folder with your HTML file should be accessible from the Web.

To do so, place an (empty) .xsapp file in that folder.

hirse
  • 2,394
  • 1
  • 22
  • 24