> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aseeflow.org/llms.txt
> Use this file to discover all available pages before exploring further.

# JNDI Bindings for ASEE Flow Services

The ASEE Flow Services (i.e., Process Engine Service and Process Application Service) are provided via JNDI Bindings with the following JNDI names:

* Process Engine Service: `java:global/camunda-bpm-platform/process-engine/ProcessEngineService!org.camunda.bpm.ProcessEngineService`
* Process Application Service: `java:global/camunda-bpm-platform/process-engine/ProcessApplicationService!org.camunda.bpm.ProcessApplicationService`

On JBoss EAP and WildFly, you are able to get any of these ASEE Flow Services through a JNDI lookup.
However, on Apache Tomcat you have to do quite a bit more to be able to do a lookup to get one of these ASEE Flow Services.
