-
Type:
Suggestion
-
Resolution: Fixed
-
None
-
Component/s: None
-
Environment:Stand-alone Tomcat distribution
The server.xml file in the stand-alone distribution contains this attribute:
<Service name="Tomcat-Standalone">
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="80" minProcessors="5"
maxProcessors="75"
enableLookups="true" redirectPort="8444" acceptCount="10" debug="0" connectionTimeout="20000"
useURIValidationHack="false" URIEncoding="UTF-8"/>
The redirectPort should be 8443.