cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect to MySQL

k82cn
Champ in-the-making
Champ in-the-making

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 ACCEPTED ANSWER

ryandawson
Elite Collaborator
Elite Collaborator

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 answer in original post

2 REPLIES 2

ryandawson
Elite Collaborator
Elite Collaborator

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
Champ in-the-making
Champ in-the-making

Thanks very much; that works to me Smiley Happy.