force login pages to use HTTPS and then revert back to HTTP in tomcat 5.5
Hi All,
I want to use only login pages to use HTTPS and then revert everything back to HTTP for other pages.
My scenorio is,
I am using SSL in Tomcat 5.5.
I have deployed my simple login applicaion using Java,JSF in tomcat 5.5.
I am accession my application url as, HTTPS://localhost:8080/Login/login.faces
but when i logs in then also my url is still HTTPS://
but i want my url would be HTTP instead HTTPS after login.
Any suggessions will be appriciable.
Thanks
Sandip Patil

