Is it possible to start the explorer just pointing to the same database of the other Activiti servers but as it might not have the custom delegate methods and task might fail.
How do I start up the explorer as a monitoring instance but not an instance of the BPM server.
Just disable the jobExecutor on the monitoring-instance and make sure you DON'T call any methods on the API that make processes move on (completeTask, signal, startProcessInstance…).