> From: 李征 [mailto:[EMAIL PROTECTED]
> Subject: 回复: about Connector's attribute redirectPort
>
> this is my setting for connector
>     <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
>                port="8009" minProcessors="5" maxProcessors="150"
>                enableLookups="true" redirectPort="8443"
>                acceptCount="10" debug="0" connectionTimeout="0"
>                useURIValidationHack="false"
>
> protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>

That's the <Connector> for port 8009; if you want Tomcat to listen for HTTPS on 
8443, you need another <Connector> for that port.  The one for 8443 is 
commented out in server.xml by default.

 - 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.

Reply via email to