I'd like to implement JAAS across the whole of my EAR file containing multiple wars.
I have successfuly set it up on each war, but that means when the user is switching between wars (via hyperlinks between) they have to log-in again for each, even though each war is configured to use the same realm.
How can I create a single sign-on process for the whole of the EAR?
Thanks.