Use Activiti with SAP Hana Cloud platform

cancel
Showing results for 
Search instead for 
Did you mean: 
srpot
Member II

Use Activiti with SAP Hana Cloud platform

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
gdharley
Intermediate

Re: Use Activiti with SAP Hana Cloud platform

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
Established Member II

Re: Use Activiti with SAP Hana Cloud platform

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