1 Reply Latest reply on Jun 12, 2006 8:31 AM by neerajgeit

    JSF problem

    schroedinger

      Hi,
      am an absolute beginner and am trying to run a Java server faces application.
      Server is running, pure html and jsp pages are displayed but with jsf i get the following error message:
      The absolute uri: http://myfaces.apache.org/tomahawk cannot be resolved in either web.xml or the jar files deployed with this application.

      i also tried the SUN RI implementation, but it is the same problem. it seems that the server cannot find the tag libaries, although i deleted the folders like suggested in the faq.

      maybe its just the structure of my files. i just put a folder into the root.war.
      structure is:
      simpleJSFapp
      index.jsp
      WEB-INF
      faces-config.xml
      web.xml
      lib
      (all jsf reference impl files)
      is that the correct deployment?
      any suggestions?

      Thanks