cancel
Showing results for 
Search instead for 
Did you mean: 

hana express edition 2.0 index.html error 404

gregory_laroye
Explorer
0 Kudos

Hi Expert,

I have installed the SAP HANA EXPRESS 2.0. I connected my virtual machine to Eclipse without issue.

I created my first application in Eclipse but i have the message page not found error 404.

I have found an help that explain the reason is into the configuration file.

And see the blog. I tried to do this but nothing change in my case.

My configuration file after the modification are

System Database :

Tenant :

Could you help me please?

Regards,

Gregory

pfefferf
Active Contributor
0 Kudos

Please can you also share your project structure and the content of your .xsaccess file?

Florian

gregory_laroye
Explorer
0 Kudos

I have no .xsaccess file.

the structure is :

Thanks for your help.

View Entire Topic
pfefferf
Active Contributor
0 Kudos

As you wrote in the comments that you do not have an .xsaccess file, it cannot work by default. You need following two files in your xs project.

- ".xsapp" with content

{ }

- ".xsaccess" with content (at least that, that the content is exposed; there are lot more config options which you can check in the documentation)

{
   "exposed": true
}

Regards,
Florian

gregory_laroye
Explorer
0 Kudos

Thanks a lot. It's the good reason.