WildFly

A powerful, modular, & lightweight application server that helps you build amazing applications.

Now available: WildFly 33 Final

Powerful

Configuration in WildFly is centralized, simple and user-focused. The configuration file is organized by subsystems that you can easily comprehend and no internal server wiring is exposed. All management capabilities are exposed in a unified manner across many forms of access. These include a CLI, a web based administration console, a native Java API, an HTTP/JSON based REST API, and a JMX gateway. These options allow for custom automation using the tools and languages that best fit your needs.

Modular

WildFly does classloading right. It uses JBoss Modules to provide true application isolation, hiding server implementation classes from the application and only linking with JARs your application needs. Visibility rules have sensible defaults, yet can be customized. The dependency resolution algorithm means that classloading performance is not affected by the number of versions of libraries you have installed.

Lightweight

WildFly takes an aggressive approach to memory management. The base runtime services were developed to minimize heap allocation by using common cached indexed metadata over duplicate full parses, which reduces heap and object churn. The administration console is 100% stateless and purely client driven. It starts instantly and requires zero memory on the server. These optimizations combined enable WildFly to run with stock JVM settings and also on small devices while leaving more headroom for application data and supports higher scalability.

Standards Based

WildFly implements the latest in enterprise Java standards from Jakarta EE and Eclipse MicroProfile. These improve developer productivity by providing rich enterprise capabilities in easy to consume frameworks that eliminate boilerplate and reduce technical burden. This allows your team to focus on the core business needs of your application. By building your application on standards you retain the flexibility to migrate between various vendor solutions.

Latest News

WildFly 33 is released!

I’m pleased to announce that the new WildFly and WildFly Preview 33.0.0.Final releases are available for download at https://wildfly.org/downloads. New and Notable Individual Features There a number of new features in WildFly 33, but before getting into the specific items I want to mention again the capabilities introduced in WildFly 31 to introduce features at different stability levels. Features can be introduced at one of four stability levels — experimental, preview, community or default — with the ideal outcome...

Read More >

WildFly 32.0.1 is released!

WildFly 32.0.1.Final is now available for download. It’s been about five weeks since the WildFly 32 release, so we’ve done a small bug fix update, WildFly 32.0.1. This includes an update to WildFly Preview. The following issues were resolved in 32.0.1: Bugs [WFLY-19305] - ClassCastException when running live-only HA policy in messaging-activemq subsystem [WFLY-19326] - LinkageError: loader constraint violation for class io.netty.* [WFLY-19355] - Deploying multiple OpenAPI endpoints can result in a NoSuchElementException [WFLY-19366] -...

Read More >

How to Connect with the WildFly Community

WildFly is an open-source, production-ready, flexible and lightweight application server, offering all the necessary features to run and deploy Java applications. Connecting with the WildFly community can provide valuable support, enhance your understanding of the server, and offer opportunities to contribute to the project. Here’s how you can get involved: Get an Idea about WildFly Explore the WildFly Website Visit WildFly’s official website to access comprehensive documentations, guides, downloads, and the latest news. The website...

Read More >

Blog: WildFly 32 Delivers Preview of Jakarta EE 11 and Final Version of WildFly Glow

Shaaf Syed, Principal Architect at Red Hat, has written a comprehensive article on WildFly Glow. A must read!

Read More >

Dynamic client SSL context that automatically delegates to different SSLContexts based on the host and port of the peer

Learn about the new Dynamic Client SSL Context feature.

Read More >

Caching realm now automatically tries to authenticate users with the underlying realm if authentication with cached credentials fails

Learn how the Caching Realm can now update outdated credentials.

Read More >

Vlog: WildFly Glow, WildFly 32 deployment to OpenShift with database access

In this video we are using WildFly Glow 1.0 to deploy the todo-backend quickstart application to OpenShift with automatic connection to a PostgreSQL database. No configuration needed!

Watch Video >

WildFly 32 is released!

I’m pleased to announce that the new WildFly and WildFly Preview 32.0.0.Final releases are available for download at https://wildfly.org/downloads. There’s a lot to talk about this time, so let’s get going! New and Notable WildFly Glow 1.0 Final Ever since the introduction of Galleon several years back, a major WildFly focus has been tooling to improve our users' ability to easily provision an optimal WildFly installation, on-premise and particularly for the cloud. I’m very excited...

Read More >