Error in javaEE context-root using Jboss

Asked

Viewed 13 times

0

I have an error project, I have error messages in the configuration files: 404 - Not Found

jboos-web.xml inserir a descrição da imagem aqui web xml.

inserir a descrição da imagem aqui

  • Please do not put code as image. It is very bad to read.

1 answer

0

The context-root should not include the bar. It should be only:

<jboss-web>
    <context-root>matriz</context-root>
</jboss-web>

To take effect, remove the project from the server and deploy again.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.