• 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...
    Profile Photo
    last modified by swd847
  • WildFly JPA Datasource project

    16: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...
    Profile Photo
    last modified by crux3
  • WildFly Elytron - Project Summary

    WildFly 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´·ĭ...
    Profile Photo
    last modified by dlofthouse
  • Filesystem tree-based configuration persistence

    This 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...
    Profile Photo
    last modified by brian.stansberry
  • Preview: Keycloak-secured management in WildFly 9

    If 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...
    Profile Photo
    last modified by ssilvert
  • Core and Subsystem Capabilities and Requirements

    Purpose  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...
    Profile Photo
    last modified by brian.stansberry
  • WildFly naming policy

    WildFly 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...
    Profile Photo
    last modified by ctomc
  • Design of WildFly Multi-JSF feature

    About 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...
    Profile Photo
    last modified by ssilvert
  • Common Mechanism for Secure Socket Defintions

    General  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...
    Profile Photo
    last modified by ctomc
  • Patch Management - Admin Console Implementation

    This 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...
    Profile Photo
    last modified by harald.pehl
  • 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...
    Profile Photo
    last modified by rhusar
  • WildFly deployment architecture discussions

    Introduction  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 ...
    Profile Photo
    last modified by swd847
  • Log Viewer Design

    Requirements 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 ...
    Profile Photo
    last modified by crobson
  • Patch Management - Admin Console Design

    Requirements 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...
    Profile Photo
    last modified by crobson
  • Domain Topology and Domain API Versioning Mini-Session -- Brno Jan 13, 2014

    Part of the EAP7 / WildFly 9 Developer Meeting in Brno, January 2014.   This was intended as primarily a small group meeting to go over some technical details, but attendance was large, so there was quite a bit ...
    Profile Photo
    last modified by brian.stansberry
  • Undertow Security Configuration

    This 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...
    Profile Photo
    last modified by dlofthouse
  • CLI Connections - Address Handling

    As 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...
    Profile Photo
    last modified by dlofthouse
  • Steps to add MyFaces support to WildFly

    Starting 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...
    Profile Photo
    last modified by ssilvert
  • Tomcat7 get ajax's post type data OK .Why wildFly8-Alpha4 not OK ?

    Tomcat7 get ajax's post type data OK.Why wildFly8-Alpha4 not OK ? code section: $.ajax({url:"addPrinciple.htm",      type:"POST",      async:false,     ...
    Profile Photo
    last modified by zhangpin
  • Authentication Next Steps

    For 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...
    Profile Photo
    last modified by dlofthouse