Hi @NickiMueller,
Tomcat doesn’t support Context Dependency Injection out of the box.
You can use Spring to get the features. Have a look at the getting started guide to wire Spring applications with a shared engine: https://docs.camunda.org/get-started/spring/shared-process-engine/
Hope this helps, Ingo