Hello,
I am working with the documentation for the SHINE application on an SPS09 HANA machine. Currently, I am facing a problem that I cannot access my UI5 application as described in chapter 10.4:
Here, it says that the URL to the deployed SAPUI5 application is
http://<WebServerHost>:80<SAPHANAinstance>/workshop/ session/ui/HelloWorld/WebContent/
Somehow, I doubt that this URL is correct. When I call my index.html-file with Eclipse or the Web-IDE, I get redirected to:
http://<WebServerHost>:80<SAPHANAinstance>/HelloWorldX/WebContent/index.html
(My project-name is HelloWorldX )
When I access the URL, I receive a 404 Not Found. Same with:
http://<WebServerHost>:80<SAPHANAinstance>/workshop/ session/ui/HelloWorldX/WebContent/index.html
I tried a couple of URLs that could make sense from my point of view but I was unsuccessful to access the UI5 application.
What is the default URL under which I could access my application??
Thanks for your support!