7 Replies Latest reply on Mar 30, 2010 1:23 AM by kragoth

    I need change index.html to home.jsp when i open project

    abucs01
      Hi All,

      when i open my project index.html is called and from there i is redirecting to home.jsp like this

      In index.html page :

        <meta http-equiv="Refresh" content="0; URL=home.seam"/>

      but i dont want to do like this, when i open project it should call directly home.jsp page no need to call index.html and from there to home.jsp.


      How can i achieve this?