On 18.11.2016 17:56, James H. H. Lampert wrote:
On 11/17/16, 9:00 PM, Christopher Schultz wrote:

There must be another connector. This one uses HTTP, and the error
messages you posted are using AJP. Do you have a connector in
conf/server.xml that you thought was disabled, but isn't?

Dear Mr. Schultz:

This is interesting:
 <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />

Isn't 8009 some sort of backchannel control port, perhaps the one used for 
controlled
shutdown of Tomcat?

It seems to be defined as an AJP port "straight out of the box," is also 
so-defined on our
own Tomcat server, and is presumably so-defined at all our other customer 
installations.

And yet this is the first time I've ever seen these error messages.

Now, I'm more puzzled than ever about this.


My own guess : at the date at which these messages started to happen, some additional (monitoring ?) program was started in your network, which sends HTTP messages to any server port it finds listening. Only in this case, it sends HTTP messages to a port which does not understand HTTP, so it complains.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to