[jboss-user] [Security] - Re: IllegalStateException: Authorization Manager is null wit
Wolfgang Knauf
do-not-reply at jboss.com
Mon Oct 12 09:09:18 EDT 2009
Hi,
everything looks ok to me.
Did you activate logging of the security layer (see sticky post "FAQ" in this forum, question 4)? It should provide you with more information on whether the login module failed or not.
When is the exception thrown? When accessing your web app? After doing a login?
One thing I noticed: your xml config files (web.xml, jboss-web.xml) don't specify an encoding, but you use some "special chars" e.g. in the "web-resource-name". I would advice you to specify an encoding, e.g. UTF-8:
<?xml version="1.0" encoding="UTF-8"?>
|
Maybe JBoss gets confused while parsing them...
Hope this helps
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259894#4259894
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259894
More information about the jboss-user
mailing list