cancel
Showing results for 
Search instead for 
Did you mean: 

Use Activiti with SAP Hana Cloud platform

srpot
Champ in-the-making
Champ in-the-making

Hi 

I am new to Activiti using 5.22 version

I can deploy the activiti-explorer.war and activiti-rest.war files in Hana Cloud Platform (HCP).

But they still use in memory H2 database.

How can it be replaced with database in HCP ? Is it possible ?

Please suggest me how this can be achieved.

Sravan

2 REPLIES 2

gdharley
Elite Collaborator
Elite Collaborator

Simply update the db.properties file with the JDBC connection properties for your database.

This should be no different on premise or in any vendor's cloud environment.

Greg

thuynh
Star Contributor
Star Contributor

HI Sravan,

Here is the list of supported databases by Activiti: Activiti User Guide 

The steps to configure activiti-explorer and activiti-rest to use a different database than the default one (H2) can be found here Activiti User Guide 

You should be able to find db.properties file in activiti-explorer.war/WEB-INF/classes, likewise for the rest war file.

Hope this helps,

Thong