2 Replies Latest reply on Jan 1, 2008 10:45 AM by alex_ro_bv

    url problem

    alex_ro_bv

      Hi guys, I don't know if this is a jboss configuration or a seam problem, but I have this structure of folders for my project:
      view - admin - reservation - reservation.xhtml
      view - login.xhtml

      When i try to access http://localhost:8080/project/admin/reservation/reservation.seam
      it gives me 404 error, page not found, but when I access
      http://localhost:8080/project/login.seam
      it works.
      If i pull out the pages directly into the view, they work, but I cannot access any file within a subfolder of view. The structure in war is preserved perfectly but the server can't see the file. Is there an url problem with seam projects?