I get this error, although the tomahawk jar file is in the same 
directory as the myfaces-api.jar and myfaces-impl.jar.
I think it should work.

javax.servlet.ServletException: The absolute uri: http://myfaces.
apache.org/tomahawk cannot be resolved in either web.xml or the jar 
files deployed with this application
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:121)
        org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter
(ReplyHeaderFilter.java:96)

root cause

javax.faces.FacesException: The absolute uri: http://myfaces.apache.
org/tomahawk cannot be resolved in either web.xml or the jar files 
deployed with this application
        org.apache.myfaces.context.servlet.ServletExternalContextImpl.
dispatch(ServletExternalContextImpl.java:421)
        org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView
(JspViewHandlerImpl.java:234)
        org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.
java:352)
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
        org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter
(ReplyHeaderFilter.java:96)


Reply via email to