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.
This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform
↗️ .
-
To deploy your Web application on the cloud, follow the steps for deploying a Web application to SAP BTP as described in Deploy on the Cloud with the Console Client.
-
To upload the required keystores, execute
upload-keystore
console command with the prepared .jks files. For more information, see the Cloud Configuration section in Keys and Certificates.Assuming you have mySubaccount subaccount, myApplication application, myUser user, and the keystore files in folder
C:\Keystores
, you need to execute the following commands in your local<SDK root>\tools
folder:neo upload-keystore --account mySubaccount --user myUser --location C:\Keystores\client.jks --host hana.ondemand.com neo upload-keystore --account mySubaccount --user myUser --location C:\Keystores\cacerts.jks --host hana.ondemand.com
For more information about the keystore console commands, see Keystore Console Commands.
-
To test the functionality, open the application URL shown by SAP BTP cockpit with the following options:
<SAP BTP Application URL>/SSLExampleServlet?host=<remote HTTPS server host name>&port=<remote HTTPS server port number>&path=<remote HTTPS server resource>& client.keystore.password=<client identity keystore password>
.For more information, see Start and Stop Applications.
Related Information