I'm trying to deploy the newest version of Jamon on the newest version of wildfly. You can download the versions here:
To get the .war deployed you need to include the 'jamon-279.jar' into the lib-Folder of the 'jamon.war' file.
After wildfly deployed jamon i'm trying to access with
localhost:8080/jamon/
But this gives me a a 403 Forbidden screen. I changed nothing neither in web.xml of jamon nor in standalone.xml. Both are standard configurations. The log shows me only this line everytime i'm trying to access:
PBOX000354: Setting security roles ThreadLocal: null
AFAIK in the default settings the security constraint should be disabled.