i would like to know how to "switch" (activate/deactivate) ssl tomcat login

well, i have a question, first i have been configurate all ssl on tomcat, and it works but have you ever notice while you are loging on hotmail or gmail, there is a page where you can access with your login and password in a normal http page but when its verifing your account switches quickly to a https page for a while and then redirect you again to a http page, so thats i refered to, and if somebody knows how to configure tomcat to do that , i'll be thankful, so in summary i've configured well my tomcat 5.0 but i don't know how to configure it to do this. thanks.

bye.

[592 byte] By [omm79a] at [2007-10-2 13:05:55]
# 1
This is done with the URL itself, i.e. http: gives you a plaintext connection, https: gives you an SSL connection. So it's just how you write the links in your pages.
ejpa at 2007-7-13 10:29:57 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...