Hello,
I'm currently migrating 2 web applications from tomEE to JBoss EAP 7. Both are deployed, however, when I try to access their URL I do not have any error but I get "Forbidden".
Here are the logs : forbidden_JBoss - Pastebin.com
If it helps here's what I get in the Eclipse's console when I access each URL :
for the URL of the WLI application : console_WLI_app - Pastebin.com
for the URL of the admin application : console_admin_app - Pastebin.com
Note : I do not have a jboss-web.xml file for instance, so do not hesitate to ask if I lack any configuration file.
Thank you in advance.
Antoine