I can change the redirectPort at runtime through managed bean
"org.apache.catalina.mbeans.ConnectorMBean" to 443. When I do that it
works immediately but after server restart the port is back to 8443.

On Thu, Apr 15, 2010 at 6:24 PM, Me Self <wmso...@gmail.com> wrote:
> I am trying to use port 443 for https - without success so far.
> I changed from 8443 to 443 in two places in server.xml:
>
>  <Connector protocol="HTTP/1.1" port="80" ... redirectPort="443" />
> ...
>  <Connector protocol="HTTP/1.1" SSLEnabled="true"
>           port="443" ...
>           scheme="https" secure="true" clientAuth="false"
>           keystoreFile=...
>           keystorePass=... sslProtocol = "TLS"  />
>
> But apparently this is not enough because when I navigate to a
> confidential part of the web app tomcat
> sends a http 302 redirect to port 8443 still instead of 443..
>
> What am i missing?
>



-- 
Mvh Søren Poulsen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to