Hello, everyone. I am participating in the development of an application that uses Java Web in the back-end part. My question is pretty simple. When you deploy the application, the URL is like the following:
https://somenameaccountname.hana.ondemand.com/ApplicationName
If you try to access only the link https://somenameaccountname.hana.ondemand.com/ it goes to a blank page. I'd like it to redirect the user to the first link, so it becomes easier to access. Is there any way to do this in the web.xml file or something else?
Thank you for your time.