<[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>I have setup SSL on tomcat & seems to be working fine-  however, on my
> login page which I have specified in the web.xml with a security
> constraint to use ssl - I have to submit the page 2x - the first does the
> redirect to https:8443 then the second will actually submit the page.  How
> do I configure it to submit the page on the first submit? Also, I thought
> there was a way to have it not show the redirect in the Address field.
>

Nope.  Tomcat has to ask the browser to re-request the page using HTTPS, so 
the https:// URL is what will show up in the browser's Address bar.

> Here is my config:
> <Connector
>        SSLEnabled="true" acceptCount="100" clientAuth="false"
> disableUploadTimeout="true" enableLookups="true" keystoreFile=
> "c:/.keystore"
>        keystorePass="passwd" maxSpareThreads="75" maxThreads="200"
> minSpareThreads="5"
>        port="8443" protocol="org.apache.coyote.http11.Http11Protocol"
> scheme="https" secure="true" sslProtocol="TLS">
>                </Connector>
>
> Thanks for any help!
>
> Janet Barbeau
> IST/Phoenix Municipal Court
> 




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to