Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 2.84 KB

launch-sap-hana-xs-applications-0dd61c3.md

File metadata and controls

50 lines (32 loc) · 2.84 KB

Launch SAP HANA XS Applications

You can open your SAP HANA XS applications in a Web browser directly from the cockpit.

Remember:

SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.

For more information, see SAP Note 3351844.

Tip:

This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform ↗️.

Note:

This feature is only available for SAP HANA XS applications in single container SAP HANA systems. For SAP HANA XS applications in SAP HANA tenant database systems, use SAP Web IDE or SAP HANA cockpit to manage your applications.

Procedure

  1. In the SAP BTP cockpit, navigate to a subaccount. For more information, see Navigate in the Cockpit ↗️.

  2. Choose Applications > HANA XS Applications.

  3. In the HANA XS Applications table, click the application URL link to launch the application.

    Note:

    If an HTTP status 404 (not found) error is shown, bear in mind that the cockpit displays only the root of an application’s URL path. This means that you might have to either:

    • Add the application name to the URL address in the browser, for example, hello.xsjs.

    • Use an index.html file, which is the default setting for the file displayed when the package is accessed without specifying a file name in the URL.

    • Override the above default setting by specifying the default_file keyword in the .xsaccess file, for example:

      {
      "exposed" : true,
      "default_file": "hello.xsjs"
      }