2 Replies Latest reply on Mar 17, 2010 4:01 PM by kimda

    Changing login page as a default

    kimda
      Hi,

      I am working on jboss seam app and I want to make login page as a default page.
      So, if "http://localhost:8080/project_name" hit, I want to redirect to "http://localhost:8080/project_name/login.seam" instead of "http://localhost:8080/project_name/home.seam"

      Can anybody explain how jboss seam redirect to http://localhost:8080/project_name/home.seam when http://localhost:8080/project_name is hit.

      thanks in advance.