0 Replies Latest reply on Feb 25, 2009 4:13 PM by vantuannhi

    why can't add a jsp page to Seam Web Project ?

    vantuannhi
      Hi everybody! I'm newbie in Seam. I have a following problem:

      I have created a Seam Web Project named "Tuan" (File-New-Seam Web Project). Then i add an empty jsp page(File-New-Other-We-JSP)with an output text "hello world" to WebContent folder (hello.jsp).

      But when i make this page "Run As" on Jboss server, and browse this page "http://localhost:8080/tuan/hello.seam", it occurs an error:

      HTTP Status 404 - /tuan/hello.seam
      --------------------------------------------------------------------------------
      type Status report
      message /tuan/hello.seam
      description The requested resource (/tuan/hello.seam) is not available.
      --------------------------------------------------------------------------------
      JBossWeb/2.0.0.GA_CP

      i have tried browse this page with some other suffix (hello.jsp, hello.jsf) but nothing changed.
      Pls help me! Thanks!