In this guide, We will see how to download and install wildfly on windows. - Wildfly Community Version
WildFly, formerly known as JBoss AS, or simply JBoss, is an application server authored by JBoss, now developed by Red Hat. WildFly is written in Java and implements the Java Platform, Enterprise Edition specification. It runs on multiple platforms.WildFly is a fantastic full-featured multiplaform open-source and free application server developed by Red Hat. This quick tutorial will list the steps to install this AS on a Windows.
If you want to know more about Wildlfy, you can go through official wildfly fly fast and free.
Go to https://wildfly.org/downloads/ and download the wildfly 19 final tar / zip distribution wildfly-19.1.0.Final.zip. Here is the quick link to download the wildfly tar / zip file wildfly-19.1.0.Final.zip
Note :
To install wildfly, java runtime is required. Please download and insall java if its not installed already.
Please refer Java OpenJDK Installation for details.
To access admin console, you will need to add a new user by executing the script 'add-user.ba' located under your WildFly installation folder c:\wildfly\wildfly-19.1.0.Final.
Follow the below steps to add new wildfly user
Once the Wildfly Download and installation is complete, we can verify the installed wildfly by accessing server at https://localhost:9990.