Where WildFly stores the applications?

This is a very frequent question. The short answer is in the data folder of the application servers. Clearly if you are running in Domain Mode, they are stored into the Domain Controller data folder. Finding where WildFly stores your applications Firstly, let’s see what happens when you deploy an application on WildFly using a … Read more

How to change WildFly Management Console Password

The WildFly Management Console is a web-based administration tool that allows you to manage and configure the server. It is important to keep your WildFly Management Console password secure, and change it periodically to prevent unauthorized access. Here’s a tutorial on how to change the WildFly Management password:

Read more

How to iterate over an Infinispan cache

In this tutorial, we will explore how to iterate over an Infinispan cache. We’ll cover the necessary steps to set up a cache manager, create a replicated synchronous cache, store data, and iterate over the cache entries. Prerequisites Before getting started, ensure that you have the following prerequisites: JDK (Java Development Kit) installed on your … Read more

How to Add an User in WildFly

If you are an administrator of a Wildfly server, you may need to add new users to the server for authentication and authorization purposes. This short tutorial will teach you how to Add a management user with WildFly Application Server.

Read more

Categories CLI

How to install WildFly application server

This tutorial covers how to install WildFly application server on Linux and Windows machines. First off, you need to download a JDK which is supported by WildFly. Then, we will download and unzip the application server. Installing Java Firstly, if you are not sure which JDK to download, check this article: Choosing the right JDK … Read more