I'm trying to migrate a project (Java, HIbernate, JSF, SpringSecurity, CDI, Mysql) that currently runs on TOMCAT, to WILDFLY. I already configured the "standalone" with the connection and Wildfly alone initializes without any error.
When I initialize the application to be migrated, it gives error "404 error", that is, it does not recognize the index, nor any other page, even pointing directly at the browser.
Thanks in advance for the help of your friends.