java - Wildfly: Why I get only "Forbidden" if I call my Web application? -


yesterday our web application ran fine on wildfly 9. since morning "forbidden" in web browser. don't use jaas. there no difference if set following value false in standalone.xml:

... <subsystem xmlns="urn:jboss:domain:ejb3:3.0">    ...    <default-missing-method-permissions-deny-access value="true"/>    ... </subsystem> ... 

what can reasons wildfly shows "forbidden" page?

edit

if set log level package org.jboss.security trace following message in log file while calling page:

2016-01-27 12:58:15,354 trace [org.jboss.security] (default task-5) pbox00354: setting security roles threadlocal: null 

not sure means ...

my ear project , inherited war project in eclipse broken. there several things missing @ example application.xml.

not sure why these things missing , have lost it. after fixing both projects deployments works again.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -