0

I'm new to Activiti/Apache ServiceMix and I'm a bit lost on how to access the Activiti Explorer.

I have installed Activiti via Karaf (feature:install activiti) but how could I access the Explorer Web UI?

I have tried using localhost:8181/activiti-explorer URL but it gives me a 404 error.

I can access the karaf web console so I know for sure that Servicemix and Karaf are up and running. Also, Activiti reports to be installed and running.

Thank you

рüффп
  • 5,172
  • 34
  • 67
  • 113
emmerich
  • 512
  • 1
  • 5
  • 14
  • Is Activiti-Explorer really deployed? I think part it's not installed with `feature:install activiti`, but I'm not a service mix user. If you want Activit-explorer, install war support in Service Mix and download a complete Activiti distro (same version) and desploy the activiti-explorer war. – erny Nov 27 '13 at 13:26

1 Answers1

0

Installing Activiti means installing the activiti engine.

The engine has no web component, yo need to install a diferent component called activiti-explorer. Sadly it has no suport by now, see: https://issues.apache.org/jira/browse/SMX4-1623 .

flinch
  • 13
  • 3