Create database connection pool for the Logger

EAE Logger requires a database connection pool. Please refer to your application server documentation on how to set up database connection pools. The database connection pool should allow approximately 4 active connections, 2 idle connections and the JNDI name could be something like jdbc/eae-logger/logger.

Restart application server after creating the database connection pool.