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.