如何将 Wildfly 9 的默认 SessionManager 替换为所有 Web 应用程序的自定义实现?

How can I replace Wildfly 9's default SessionManager with a custom implementation for all web apps?

根据我对 Undertow 文档和 堆栈溢出 post 的理解,我认为我应该能够提供我自己的 SessionManager 实现。

我创建了一个包含以下内容的 jar 文件:

我做对了吗?我如何让 Undertow 接收它?

谢谢

如果你做到了这一切,你所需要的就是把那个罐子放在你的 war/WEB-INF/lib 就是这样。

当 war 部署时,WildFly 将查找此 ServletExtension 并告诉 undertow 加载它。

另见 http://undertow.io/undertow-docs/undertow-docs-1.2.0/index.html#servlet-extensions