Category: JBOSSAS

How to configure SLF4J in WildFly applications

How to configure SLF4J in WildFly applications

In this tutorial, we will discuss how to use Simple Logging Facade for Java (SLF4J) with Wildfly application server. SLF4J is a logging facade that provides a unified interface for various logging frameworks,...

H2 Database Tutorial and Expert Tips

H2 Database Tutorial and Expert Tips

H2 DB is an open source lightweight Database written in Java. It ships in JBoss EAP and WildFly application server to speed up developing and testing Java applications. Let's have a look at the main configuration...

Configure Firewall Rules for WildFly on Linux

Configure Firewall Rules for WildFly on Linux

This tutorial will guide you through the configuration of firewall rules to run WildFly through a firewall. To run WildFly through a firewall, you will need to configure your firewall to allow incoming...

Set Up WildFly Elytron LDAP Realm Tutorial

Set Up WildFly Elytron LDAP Realm Tutorial

This tutorial guides you through setting up an LDAP realm using the WildFly Elytron security subsystem for user authentication. We will learn how to bootstrap a sample LDAP Server with docker and create...

Install WildFly on Mac OS X with Homebrew

Install WildFly on Mac OS X with Homebrew

The easiest way is to install WildFly on Mac OS X is through Homebrew the free open-source package managment system. Requirements: install homebrew first. Then, install WildFly as follows: WildFly bin...

WildFly Non-Interactive CLI Commands Tutorial

WildFly Non-Interactive CLI Commands Tutorial

WildFly ships with a powerful Command Line Interface which can be run interactively or not. In this tutorial we will learn how to run CLI commands in non-interactive mode. The simplest option to run CLI...

How to Debug Module Loading in WildFly 31

How to Debug Module Loading in WildFly 31

In this tutorial you will learn how to debug the list of WildFly modules loaded at boot. In order to do that, you need to increase the level of logging on the namespace “org.jboss.modules” so that it will...