emmerich wrote > My goal is to have activiti-explorer installed and running in apache > servicemix.
Hello! I don't know a short way to get the activiti-explorer in servicemix, but the longer way definitely exists. Have a look at "activiti-karaf" project (https://code.google.com/p/activiti-karaf/). It uses old versions of Karaf and Activiti, but you can get the main idea from that: unpacking the original wars and jars and assebmling them to new war, replacing or removing some files (web.xml, applicationContext.xml and so on). As a result you'll get the webapp with Spring web OSGi context support and Activiti process engine referenced with "osgi:reference" (assuming the real process engine is exposed as OSGi service) Serge -- View this message in context: http://servicemix.396122.n5.nabble.com/How-to-start-or-install-Activiti-Explorer-tp5718330p5718370.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
