0 Replies Latest reply on Apr 13, 2014 6:01 AM by marcusdidiusfalco

    Debugging Securiy

    marcusdidiusfalco

      Hello,

       

      I would like to have detailed information why authentication/authorization of a web application fails.

      I suspect I have configured something wrong, but I do not get anything in the log / console when a login fails.

       

      I have already tried in standalone.conf.bat

      set "JAVA_OPTS=%JAVA_OPTS% -Djava.security.debug=access:failure"

      this does not cause any log statements

       

      adding

      set "JAVA_OPTS=%JAVA_OPTS% -Djava.security.manager=org.jboss.system.security.DebuggingJavaSecurityManager"

      the server fails to start.