Thanks for the answer.
But I have read this. I have a problem with redirect from port 80 to 443. I use tomcat
4.1.29.
My server.xml contains this code:
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="80" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="443"
acceptCount="100" debug="0" connectionTimeout="20000"
useURIValidationHack="false" disableUploadTimeout="true" />
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="443"
enableLookups="true"
debug="0" scheme="https" secure="true">
<Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
clientAuth="false" protocol="TLS" />
</Connector>
It doesn't redirect if I will use http://www.myDomain.de/.
https://www.myDomain.de functions.
I have no idea.
Regards,
Frank
> -----Urspr�ngliche Nachricht-----
> Von: Thilo Krawietz [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 5. Juli 2004 13:36
> An: Tomcat Users List
> Betreff: Re: Tomcat with ssl
>
>
> Hello,
>
> in the official tomcat docu there is a good chapter about how to
> configure Tomcat with ssl.
>
> http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html
>
> Check it out!
>
> Regards,
>
> Thilo
>
> >Hi,
> >
> >I search a good description to configure tomcat with ssl on
> port 443 and redirect from port 80.
> >
> >Has anyone a good solution?
> >
> >
> >Regards,
> >
> >Frank
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]