This might be not very important for you guys right now. I try to run Activiti with Jetty and by fooling around with it. I get some exceptions.
I figured out that a file is missing : activiti-form.js (in activit-explorer/js).
This is referenced by activit-explorer/WEB-INF/templates/activiti.template.lib.ftl and activit-probe/WEB-INF/templates/activiti.template.lib.ftl.
Looks like Tomcat does not have any problems if this file being not there, but Jetty does. (The exception thrown does not mention the activiti-form.js, which made it hard to figure this out. But there are debuggers ;-). Any how activiti-form.js is missing).
Where am I able to get: activiti-form.js
Cheers, Rob.