0 Replies Latest reply on Jan 10, 2017 8:56 AM by johancorre

    [Jboss 7.1] Bad redirection

    johancorre

      Hello,

       

      maybe you can help me, i don't understand why my Jboss making redirection on my contextRoot.

       

      When i m going on "localhost:8080/myContext/"

      Its making a 302 to "localhost:8080/myContext/myContext/".

       

      I have try to deploy my war on another Jboss and its working properly. Do you have some information about this ?

       

      jboss-web.xml

      -<jboss-web>

       

       

           <!-- <security-domain>java:/jaas/NeptuneRealm</security-domain> -->

       

       

       

       

           <context-root>webNeptune</context-root>

       

       

      </jboss-web>

      web.xml

      <module-name>webNeptune</module-name>

       

      Sincerely.