Home > Back-end >  Apache ActiveMQ 5.16.0 WARN after Windows startup
Apache ActiveMQ 5.16.0 WARN after Windows startup

Time:11-23

Problem description: Apache ActiveMQ 5.16.0 after Windows startup WARN:

[email protected] @ 4 bb6f936 {/, null, STARTING} has uncovered the HTTP methods for path:/

This is what causes excuse me? How to solve?

CodePudding user response:

https://blog.csdn.net/guangcaiwudong/article/details/107980292

CodePudding user response:

I am simply download activemq, then start, after the start of the console display WARN information;

CodePudding user response:

WARN: ServletContext has uncovered the HTTP methods for path:/

Means: ServletContext exposes the root path of HTTP methods;

My question is why expose? How to solve?
  • Related