cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing a process engine from a custom web application

kaech
Champ in-the-making
Champ in-the-making
Hi,

Is it possible to get access to the process engine instanciated by the activiti-rest web application from my own web application?
In other words, is it possible to share a process engine amongst different web apps?
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
That's exactly what the REST webapp is fo, having a centralized engine that is reachable through REST.

However, if you want the Java process engine, then will need to make sure that the process engine is reachable through the classpath on all webapps.
Or you must start tinkering with jndi.