Exceptions for creating driver in Jersey Application
I am creating a servlet application with Jersey 2.32, running in Tomcat 9. Jersey provides an Application class and I want to create an instance of a Neo4J connection or driver there, which should be used for all sessions and transactions in the reso...