0 Replies Latest reply on Jul 2, 2009 4:40 AM by raomadhavrao

    HTTP 404 error in a Seam application

    raomadhavrao
      WE have a seam application with a context root, say /xyz. We removed the home page for the

      application home.xhtml and replaced it with another home page homepage.xhtml. In pages .xml we

      redirected home.xhtml to homepage.xhtml as follows ( i have removed html tages because the save

      fails:

           page view-id="/xhtml/home.xhtml"
           redirect view-id="/xhtml/homepage.xhtml"/>


      When the application is accessed using https://..../xyz it works 95% of the time. 5% of the time

      it returns a HTTP 404 error with a message https://.../xyz/home.seam resource not available.

      ANyone have any ideas what is going on?