Overview
WildFly is a Java application server that implements the latest enterprise Java standards from Jakarta EE and Eclipse MicroProfile. It is designed to be modular, allowing developers to only include the services they need, and lightweight, minimizing memory consumption. WildFly uses JBoss Modules for application isolation, ensuring that applications do not interfere with each other or the server's internal implementation. Configuration is centralized and user-focused, with management capabilities accessible through a CLI, web console, Java API, REST API, and JMX gateway. WildFly is suitable for developing and deploying enterprise Java applications, microservices, and cloud-native applications, emphasizing developer productivity and flexibility.
Common tasks