I got this warning while I run wildFly server
16:54:56,327 WARN [org.wildfly.clustering.web.undertow] (ServerService Thread Pool -- 77) WFLYCLWEBUT0007: No routing provider found for default-server; using legacy provider based on static configuration
To get rid of this warining, you have to add the following entries to your Wildfly
standalone.xml
:Add the
org.wildfly.extension.clustering.web
extension inside the<extensions>
tagAdd the
<distributable-web>
subsystem inside the<profile>
tagWildfly 21:
Wildfly 23 and 26: