> From: fred basset [mailto:fredbasset1...@gmail.com]
> Subject: qn. on redirectPort for AJP
> 
> What is the redirect port in the config. below used for?

If the requested resource is protected (<transport-guarantee> of CONFIDENTIAL), 
that's the port Tomcat will use on the redirect to HTTPS.  If you have no 
protected resources, the setting is immaterial; if you do have protected 
resources, you will need a <Connector> for that port.  If you have httpd in 
front of Tomcat, you can set the redirectPort to 443 and let httpd deal with 
the SSL handshake and send the secure traffic over the regular AJP connection.

 - 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

Reply via email to