RE: Tomcat 7 SEVERE: Invalid message received with signature

2013-12-06 Thread John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco)
Yes, I did mean Apache httpd. I'll be more detailed going forward.

You were right. I found the AJP connector enabled by default, and disabled it.

Thanks again.
-John


> Apache is not running and in fact has been uninstalled.

Presumably you mean Apache httpd, not Apache Tomcat (both are from Apache, and 
precision counts here).

> Any input would be appreciated.

> connectionTimeout="2"
>redirectPort="8445"

> org.apache.coyote.ajp.AjpMessage processHeader
> SEVERE: Invalid message received with signature 

It would seem that you still have an AJP  configured in the 
server.xml that's actually being used.  First, make sure your Tomcat is using 
the server.xml you're editing (e.g., don't run it under an IDE).  If that 
doesn't resolve the issue, post your entire server.xml here, minus comments and 
with sensitive fields obfuscated.  Also look in all of the Tomcat logs for 
startup information about the various connectors and listeners that are active.

 - Chuck


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



RE: Tomcat 7 SEVERE: Invalid message received with signature

2013-12-05 Thread Caldarale, Charles R
> From: John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at 
> Cisco)
> [mailto:jbeau...@cisco.com] 
> Subject: Tomcat 7 SEVERE: Invalid message received with signature

> Apache is not running and in fact has been uninstalled.

Presumably you mean Apache httpd, not Apache Tomcat (both are from Apache, and 
precision counts here).

> Any input would be appreciated.

> connectionTimeout="2"
>redirectPort="8445"

> org.apache.coyote.ajp.AjpMessage processHeader
> SEVERE: Invalid message received with signature 

It would seem that you still have an AJP  configured in the 
server.xml that's actually being used.  First, make sure your Tomcat is using 
the server.xml you're editing (e.g., don't run it under an IDE).  If that 
doesn't resolve the issue, post your entire server.xml here, minus comments and 
with sensitive fields obfuscated.  Also look in all of the Tomcat logs for 
startup information about the various connectors and listeners that are active.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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