2 Replies Latest reply on May 17, 2013 8:45 AM by erasmomarciano

    Changing context root JBoss As 7 mode domain

    erasmomarciano

      Hi

       

      How I can change the contect root in Jboss 7 mode domain?

       

      I set a false this attribute domain.xml

       

      <virtual-server name="default-host" enable-welcome-root="false">

       

      I set context root in my web-app jboss-web.xml

       

      <jboss-web>

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

      </jboss-web>

       

       

       

      These steps work with Jboss mode standalone but don't work in Jboss mode domain.

       

      Can I help me?