WildFly application server ships with a default in-Memory Database, the H2 DB. In this short article we will learn how to remove the H2 Database from WildFly / JBoss configuration correctly.
Configuring a datasource with PostgreSQL and JBoss/WildFly
This tech tip shows how you can install and configure PostgreSQL with JBoss / WildFly going into the details of PostgreSQL installation, configuration and tuning. We will learn which is the modern PostgreSQL Driver to use (updated June 2025) and also how to troubleshoot common issues. Starting PostgreSQL Firstly, we will need to start a … Read more