Connector redirect port in server.xml should be 8443, not 8444

XMLWordPrintable

      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.

              Assignee:
              James Dumay
              Reporter:
              Jeremy Largman
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: