cancel
Showing results for 
Search instead for 
Did you mean: 

Two activiti engines on the same database

mokematt
Champ in-the-making
Champ in-the-making
Hi,

i have the situation that i have two running java processes with each an activiti engine on the same database. They have the same configuration so both have activated the JobExecutor. I don't test it yet, but will i get problems? Is it better to ensure that only one engine has an activated JobExecutor?

regards

mokematt
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

It's fine to have multiple job executors. You only have to be aware that every Activiti Engine needs to have the Java classes attached to each process definition on the classpath.

Best regards,

mokematt
Champ in-the-making
Champ in-the-making
Ah, that's awesome. Smiley Happy
The classpath is always complete. The engines run on the same server and i create the classpath genericly.

Thanks

mokematt