cancel
Showing results for 
Search instead for 
Did you mean: 

configure Activiti Explorer

mhdshahdoost
Champ in-the-making
Champ in-the-making
hi

i create new project and use MySQL for Activiti database. my application is desktop application.now i want

see task and process with Activiti explorer.how can i config Activiti Explorer for read data from mysql and show them ?

thanks for your help.
5 REPLIES 5

trademak
Star Contributor
Star Contributor
Hi,

Just change the database settings in the applicationContext.xml file of the Activiti Explorer.

Best regards,

mhdshahdoost
Champ in-the-making
Champ in-the-making
hi , thanks for your reply.

i can't find this file ! where is this file ?

frederikherema1
Star Contributor
Star Contributor
in the WEB-INF/ folder of explorer2 webapp

mhdshahdoost
Champ in-the-making
Champ in-the-making
my activiti version is 5.5 and when tomcat is install and configure , i have activiti-explorer application on it and not explorer2.

also i check setup>files>webapps  folder that contain activiti-explorer.war folder. what's my wrong ?

[sorry for this newbie question Smiley Happy]

trademak
Star Contributor
Star Contributor
Hi,

It would be good to upgrade to Activiti 5.7 then 😉
If you want to keep using Activiti 5.5 you'll also have to deploy the activiti-rest application.
The Activiti Explorer 5.5 makes use of the Activiti REST application to access the database.
To change the DB settings to MySQL you'll have to change the XMl file in the activiti-cfg.jar (in the activiti-test/WEB-INF/lib dir).

Best regards,