I'm running TomCat 5.5 on a windows server. I am trying to get everything
redirected to the ssl port 8443. I can still get to the site using the port
8080. I haven't found any examples that show how it should be configured.
This is my first TomCat installation and most everything has gone well, just
this one glictch. Should I just disable port 8080 in the system.xml, or is
there a more elegant solution. (for my 8080 connection the redirect is to
8443).
<Connector port="8443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
keystoreFile="D:\certkeystore\.keystore"
keystorePass="single1!" />
<Connector
port="8080"
maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />
Jack W. Gordon Jr
Server Administrator
Information Technology
Oklahoma State University
Stillwater, Oklahoma 74078
405-744-4540