This content has been marked as final.
Show 1 reply
-
1. Re: migrating from embedded undertow to wildfly provided undertow
ctomc Nov 28, 2019 4:36 AM (in response to raveender.karumula)You can customize big part of your undertow deployment via ServletExtension api
take a look at http://undertow.io/undertow-docs/undertow-docs-2.0.0/index.html#servlet-extensions for more info.
But this only allows you customizing deployment.
if you need to change also server config such as port/ssl/http2/... you would need to do so in the subsystem configuration.