1 Reply Latest reply on Aug 6, 2012 3:19 AM by jaikiran

    How to redirect the root context to my project's context-root?

    pugsherpa

      In the past, we modified

       

      /apps/jboss/server/default/deploy/jbossweb-tomcat55.sar/ROOT.war/index.html

       

      and just added:

      {code:xml}

      <script>

      location.href='/ourapp/';

      </script>

      {code}

       

      How can we do this now with Jboss 7?