> From: Mark Thomas [mailto:ma...@apache.org] 
> Subject: Re: Tomcat exception in CoyoteAdapter

> > <!-- Define an AJP 1.3 Connector on port 8009 -->
> > <Connector URIEncoding="UTF-8" port="8009" protocol="AJP/1.3" 
> > redirectPort="8080" scheme="http" secure="false"
 . . .
> > <Connector URIEncoding="UTF-8" port="8080" connectionTimeout="20000"
> > protocol="HTTP/1.1"/>

> With a better explanation of what is going on and why this is a Tomcat bug, 
> maybe.

Note the likely invalid <Connector> configuration, where the AJP redirectPort 
is for a non-SSL <Connector>.

It's also rather odd to have two AJP connectors, one on port 8009, the other on 
8010.

And of course, this discussion should be on the users' list, not here.

 - 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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to