SSL « Glassfish « JSF Q&A





1. JSF SSL Hazzard    stackoverflow.com

In my application it is required that only certain pages need to be secured using SSL so i configured it

security-constraint>
<display-name>Security Settings</display-name>
<web-resource-collection>
    <web-resource-name>SSL Pages</web-resource-name>
    <description/>
 ...

2. Logout JSF, using SSL in Glassfish 3    stackoverflow.com

I havent found a real solution for this problem, even when it is really common... I have this context:

  • JSF application running on Glassfish Server v3.1, JDK6. All in my personal computer ...