Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我用 100 个请求点击 Wildfly,它将在 server.log 中同时打印 InBound 和 OutBound 消息
如果我达到 1000 个请求,大约 5% 的请求在哪里得到“连接被拒绝”并且没有在 server.log 中打印
所以请让我知道是否有办法打印所有命中 Wildfly 的请求,甚至在 Wildfly 将它们添加到队列之前
我们正在使用 Undertow 和 Wildfly 8.1
使用任何前端 HTTP 服务器(即 Apache 或 Nginx)代理 WildFly。这样,您可以通过前端服务器日志跟踪所有请求。