I have tried to follow the instructions linked below but I am having trouble.
https://cwiki.apache.org/confluence/display/SYNCOPE/Enable+Activiti+Modeler I have gotten to a point where the "Activiti Modeler" button is no longer greyed out but I am not getting it to work. I have installed syncope from debian package. I have installed maven2 and gotten a "target" directory. I am working in /root/activity. The syncope-deb build seems to contain a oryx.debug.js-tokenValueMap.properties file so I've used that one. My pom.xml contains: <activiti-modeler.directory>/usr/share/apache-syncope</activiti-modeler.directory> <tokenValueMap>/etc/apache-syncope/oryx.debug.js-tokenValueMap.properties</tokenValueMap> I've noticed that the deb comes with a console.properties in /etc/apache-syncope, but it seems the one in the WEB-INF directory is the one that's used. I copied /root/activity/target/activiti-webapp-explorer2 to /var/lib/tomcat7/webapps. /var/lib/tomcat7/webapps/syncope-console/WEB-INF/classes/console.properties contains: scheme=https host=my-real-hostname.example.com port=8443 rootPath=/syncope/rest/ activitiModelerDirectory=/var/lib/tomcat7/webapps/activiti-webapp-explorer2/ I am using Ubuntu 14.04, and the 1.2.2 debs from http://syncope.apache.org/downloads.html Should I have done the build from the webaps directory? Am I setting the properties in pom.xml correct? Please help. Regards, -Alan
