5 Replies Latest reply on May 5, 2010 5:12 AM by anithakothandapani

    welcome page not loaded in jboss 5.1.0

    anithakothandapani

      Hi

       

      I am using jboss 5.1.0 GA with jdk 1.6 . When I give http://localhost:8080/SampleWebApp/ , I am getting HTTP 404 error . But when I give http://localhost:8080/SampleWebApp/login.do I am getting the welcome page.

       

      I am using Spring and given below is the welcome file descriptor which I use

       

       

      <welcome-file-list>
          <welcome-file>/login.do</welcome-file>
        </welcome-file-list>

       

      I would like to know , how to get the welcome page by using this url http://localhost:8080/SampleWebApp/.

       

      Please help me on this regard.