2 Replies Latest reply on Jul 23, 2012 3:20 AM by jaikiran

    How to redirect welcome page to my project's

    coolsky

      The default page "http://localhost:8080" is going to JBoss 7's welcome page. My question is how to set this page to my project's page.

       

      In older version JBoss I put index.jsp and redirect to the war context root like "<% response.sendRedirect("/myApp/"); %> and changed the welcome page in web.xml in ROOT.war from index.html to index.jsp and it worked fine. But in JBoss 7, I cannot find the web.xml configuration in any place similar with ROOT.war.

       

      I tried to put the index.jsp under welcome-content folder but this doesnot work.