>
> But for Tomcat running Stand Alone there still must be a way for SSL to
work
> w/o having to explicity say :8443 in the URL.
>
>

find this in server.xml...

    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
               port="8443" minProcessors="5" maxProcessors="75"
               enableLookups="true"
        acceptCount="10" debug="0" scheme="https" secure="true"
               useURIValidationHack="false">
      <Factory
className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
               clientAuth="false" protocol="TLS"
               keystoreFile="C:\WINNT\Profiles\cparker\.keystore"
               keystorePass="changeit" />
    </Connector>

change 'port=8443' to 'port=443'.



--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to