Skip to content

Latest commit

 

History

History
46 lines (23 loc) · 3.25 KB

update-application-properties-cadb1dd.md

File metadata and controls

46 lines (23 loc) · 3.25 KB

Update Application Properties

You can update a property of an application running on SAP BTP without redeploying it.

Context

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 ↗️.

Application properties are configured during deployment with a set of deploy parameters in the SAP BTP console client. If you want to change any of these properties (Java version, runtime version, compression, VM arguments, compute unit size, URI encoding, minimum and maximum application processes) without the need to redeploy the application binaries, use the set-application-property command. Execute the command separately for each property that you want to set.

Procedure

  1. Open the command prompt and navigate to the folder containing neo.bat/sh (<SDK installation folder>/tools).

  2. Execute set-application-property specifying the new value of one property that you want to change. For example, to change the compute unit size to premium, execute:

    neo set-application-property myapp.properties --compute-unit prem
    
  3. For the change to take effect, restart your application using the restart command.

Related Information

set-application-property

deploy

restart

Deploy on the Cloud with the Cockpit