I have a project with error, I have these error messages in the configuration files: 404 - Not Found
context-root
should not include the slash. It should only be:
<jboss-web>
<context-root>matriz</context-root>
</jboss-web>
For this to take effect, remove the project from the server and deploy again.