Log in to follow, share, and participate in this community.
Article Wildfly suspend and resume (aka graceful shutdown)
Wildfly suspend and resume (aka graceful shutdown)Introduction The purpose of the suspend and resume feature is to allow a server to be taken out of service in a graceful manner, allowing all current requests to finish as normal. One of the main use cases for...
WildFly JPA Datasource project16:23:16,164 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final 16:23:16,454 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final 16:23:16,534 INFO [org.jboss.as] (MSC service t...
WildFly Elytron - Project SummaryWildFly Elytron [1] is a new WildFly sub-project which will completely replace the combination of PicketBox and JAAS as the WildFly client and server security mechanism. An "elytron" (ĕl´·ĭ...
Filesystem tree-based configuration persistenceThis is a brainstorming document related to possible approaches to [WFLY-3510] support a form of modular XML configuration file - JBoss Issue Tracker and related issues like [WFLY-3509] git backend for loading/storing...
Article Preview: Keycloak-secured management in WildFly 9
Preview: Keycloak-secured management in WildFly 9If you want to see the Web Console secured by Keycloak, follow the quick and easy instructions are below. This can't be merged yet because we need a new release of Keycloak and then a new release of WildFly Core...
Article Core and Subsystem Capabilities and Requirements
Core and Subsystem Capabilities and RequirementsPurpose WildFly subsystems and the WildFly core can expose various capabilities that other subsystems can utilize. For example, the remoting subsystem provides a remote communication capability that the ejb sub...
WildFly naming policyWildFly main modules WildFly main modules are all modules that are mentained by core WildFly team. Extensions & Subsystems Extensions can hold one or more subsystems. Package name:org.wildfly.extensi...
Design of WildFly Multi-JSF featureAbout Multi-JSF WildFly ships with a single JSF implementation, a JSF 2.2 implementation based on Mojarra. "Multi-JSF" allows installation of multiple JSF implementations (and versions) on the same WildFly se...
Article Common Mechanism for Secure Socket Defintions
Common Mechanism for Secure Socket DefintionsGeneral This task is not just about the socket definition itself, it is also about a standard approach for defining a SSLContext which is then associated with either a listener or an outbound connection of some...
Patch Management - Admin Console ImplementationThis document gives an overwiev about the current implementation of the patch management in the console. Apply Patch Applying a patch is done using a wizard which consists of the following steps. Steps S...
mod_cluster subsystem transformer notes.. Server Version Mgmt Model Version Schema Version Project Version Notes AS 7.1.1 1.1.0 1_0 EAP 6.0.0 AS 7.1.2 1.2.0 1_1 1.2.1.Final-redhat-1 Introduces expression support. EAP 6.0.1...
WildFly deployment architecture discussionsIntroduction This document contains notes on the future of the WildFly deployment architecture, as discussed at the EAP meeting in Brno in January 2014. At the moment none of the changes discussed here ...
Log Viewer DesignRequirements From John Provide a log viewer in the admin console that can look at the following logs: Boot Log (Boot logging is the recording of events that occur while the server is starting up) Standalone ...
Patch Management - Admin Console DesignRequirements Requirements for 6.3 Ability to apply a patch to single hosts Ability to apply a patch to a standalone server Ability to roll-back a patch on a single host Ability to roll-back a patch on a standalone...
Undertow Security ConfigurationThis article is to capture various aspects of security configuration for web applications deployed to Undertow. SSL Relationship with Client Cert Transport guarantee enforcement. Kerberos Identity Defin...
CLI Connections - Address HandlingAs WildFly has now been changed so that management operations can make use of HTTP Upgrade support through Undertow the decisions within the CLI have become more complex when deciding how to create a URI involving a s...
Steps to add MyFaces support to WildFlyStarting with WildFly 8.0.0.Beta1, we create and upload an installer for MyFaces. The installer takes advantage of WildFly's Multi-JSF feature in order to add MyFaces. Here are the exact steps you need t...
Authentication Next StepsFor JBoss AS7, JBoss EAP 6 and subsequently WildFly the approach taken for authentication has been very much making use of the authentication checks performed by JBoss Remoting 3, here authentication is performed as t...