How to connect to MySQL

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

How to connect to MySQL

Jump to solution

Hi team,

I'm using activiti 6.0; I download the release package (activiti6.0.zip). In this zip package, it includes wars, libs and SQL script. But when I start the wars, it always uses h2, the default database. How can we configure it to use MySQL? any tutorial about that? BTW, it'll be better to use configuration instead of build from source code ....

Thanks

Klaus

1 Solution

Accepted Solutions
ryandawson
Alfresco Employee

Re: How to connect to MySQL

Jump to solution

In the zip distribution if you go open the activiti-app war and go to WEB-INF > classes > META-INF > activiti-app you should find activiti-app.properties. The comments in that file show how to configure for different databases.

View solution in original post

2 Replies
ryandawson
Alfresco Employee

Re: How to connect to MySQL

Jump to solution

In the zip distribution if you go open the activiti-app war and go to WEB-INF > classes > META-INF > activiti-app you should find activiti-app.properties. The comments in that file show how to configure for different databases.

k82cn
Member II

Re: How to connect to MySQL

Jump to solution

Thanks very much; that works to me Smiley Happy.