>> Is there a documentation or a how-to around for CMA support in Struts?
> I found this to be helpful, although it is not struts-specific: > <http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html> > If you are not using Tomcat, here is a more general explanation from the > JWSDP tutorial that should apply to most web containers: > <http://java.sun.com/webservices/docs/1.1/tutorial/doc/WebAppSecurity.html> > > Erik Thanks, Erik, but those I already know. I'm looking for some hints how you can access or handle the CMA stuff using Struts. I've seen that you can allow an action only for a speciffic role, configuring in struts-config.xml. So I thought there may be more support. Do you know anything about this? How can I access role information from a action or logout a user and so on? Bernhard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

