Janesh on 14/12/07 06:40, wrote:
I want to use JAAS with Struts2 for our web application (which runs on
Tomcat 5.x). Can you please give me some knowhow in this regard?
Janesh,
JAAS and Struts2 have no direct coupling. You can set up your webserver to use
JAAS for the container-managed security, or you can set up your chosen other
security framework such as Acegi to use JAAS, but Struts2 will interface with
that other security framework, not directly with JAAS.
The security implementation in Struts2 is covered a little here:
http://struts.apache.org/2.x/docs/how-do-i-obtain-security-details-jaas.html
but that's not just JAAS, it could be any security framework.
HTH
Adam
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]