What is the correct way to add security to a web app in jboss 6?
I have read about jbossweb:
http://docs.jboss.org/jbossweb/3.0.x/realm-howto.html
but nothing of this is mentioned in the jboss security guide which seems to offer other solutions.
When I try the jboss web way, I get a class not found error, because the realm classes are not
in the file deploy/jbossweb.sar/jbossweb.jar.
How are they added?
Thanks,
Ulrich