cancel
Showing results for 
Search instead for 
Did you mean: 

Primary Spring configuration files

mbt28
Champ in-the-making
Champ in-the-making
Hi,

I downloaded activity through Eclipse software manager. I want to build it with mysql database support. So, I would like use JNDI however I cannot find primary spring configuration files as I guided it in the activiti user guide. I dont have any directory on my computer called activiti-webapp-explorer2. What did I miss during installation?

``
To switch the Activiti Explorer and Activiti Rest web apps from db.properties configuration to JNDI datasource configuration, open the primary Spring configuration files (activiti-webapp-explorer2/src/main/webapp/WEB-INF/activiti-standalone-context.xml and activiti-webapp-rest2/src/main/resources/activiti-context.xml), and delete the beans named "dbProperties" and "dataSource". Then, add the following bean
``

Thanks.
10 REPLIES 10

mbt28
Champ in-the-making
Champ in-the-making
Hello,

I just wanted to comment here that I managed to use mysql with the latest version of Activiti. I fetched Activiti Webbapp2 from github then I modified the src/main/java/org/activiti/explorer/conf/ActivitiEngineConfiguration.java then built the package with maven. If anyone get stacked please feel free to ask from here.

Thanks.