4 Replies Latest reply on Mar 12, 2009 9:51 AM by spaceyoyo.spaceyoyo.neuf.fr

    Serving content from subdirectories

      I'm trying to refactor the web pages of an existing Seam application into a few subdirectories.  Alas, requests to pages return 404s when placed in a subdirectory and nothing is written to the console.


      I've searched the forums and this seems to be a sticking point for a few people.  I suspect the answer lies somewhere in my configuration of the Seam Filter, but the documentation doesn't make any mention of subdirectories.


      My configuration is as per the documentation and serves pages in the root directory:



      <filter-mapping>
        <filter-name>Seam Filter</filter-name>
        <url-pattern>/*</url-pattern>
      </filter-mapping>



      Any pointers?