1 Reply Latest reply on Nov 28, 2019 4:36 AM by ctomc

    migrating from embedded undertow to wildfly provided undertow

    raveender.karumula

      We have an embedded undertow server jar application, as part of this application we have customized undertow life cycle begins from deployment, listeners, filters to till the start of the application but now our requirement is made this jar file as war and deploy to wildfly + undertow. as part of this requirement, we have few technical concerns

      1) can we get the existing undertow runtime which is running as a subsystem of wildfly and start our handlers?

      2) is there a way to map our embedded undertow server as a subsystem of wildfly server?

      can you please let us any further info required?