maybe you need the standard.jar file (a jstl thing) or just add the faces tag namespaces to your web,xml file
it may help... On 10/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hello there, I get this error when I deploy myfaces-example-simple.war taken from http://svn.apache.org/repos/asf/myfaces/current Please help! 2006-10-13 14:09:33 HostConfig[localhost]: Expanding web application archive myfaces-example-simple.war 2006-10-13 14:09:35 StandardHost[localhost]: Installing web application at context path /myfaces-example-simple from URL file:C:/Tomcat4/bin/../webapps/myfaces-example-simple 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploying class repositories to work directory C:\Tomcat4\work\Standalone\localhost\myfaces-example-simple 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploy class files /WEB-INF/classes to C:\Tomcat4\bin\..\webapps\myfaces-example-simple\WEB-INF\classes 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploy JAR /WEB-INF/lib/commons-beanutils-1.7.0.jar to C:\Tomcat4\bin\..\webapps\myfaces-example-simple\WEB-INF\lib\commons-beanutils-1.7.0.jar 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploy JAR /WEB-INF/lib/commons-codec-1.3.jar to C:\Tomcat4\bin\..\webapps\myfaces-example-simple\WEB-INF\lib\commons-codec-1.3.jar 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploy JAR /WEB-INF/lib/commons-collections-3.1.jar to C:\Tomcat4\bin\..\webapps\myfaces-example-simple\WEB-INF\lib\commons-collections-3.1.jar 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploy JAR /WEB-INF/lib/commons-digester-1.6.jar to C:\Tomcat4\bin\..\webapps\myfaces-example-simple\WEB-INF\lib\commons-digester-1.6.jar 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploy JAR /WEB-INF/lib/commons-el-1.0.jar to C:\Tomcat4\bin\..\webapps\myfaces-example-simple\WEB-INF\lib\commons-el-1.0.jar 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploy JAR /WEB-INF/lib/commons-fileupload-1.0.jar to C:\Tomcat4\bin\..\webapps\myfaces-example-simple\WEB-INF\lib\commons-fileupload-1.0.jar 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploy JAR /WEB-INF/lib/commons-lang-2.1.jar to C:\Tomcat4\bin\..\webapps\myfaces-example-simple\WEB-INF\lib\commons-lang-2.1.jar 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploy JAR /WEB-INF/lib/commons-logging-1.0.4.jar to C:\Tomcat4\bin\..\webapps\myfaces-example-simple\WEB-INF\lib\commons-logging-1.0.4.jar 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploy JAR /WEB-INF/lib/commons-validator-1.2.0.jar to C:\Tomcat4\bin\..\webapps\myfaces-example-simple\WEB-INF\lib\commons-validator-1.2.0.jar 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploy JAR /WEB-INF/lib/jstl-1.1.0.jar to C:\Tomcat4\bin\..\webapps\myfaces-example-simple\WEB-INF\lib\jstl-1.1.0.jar 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploy JAR /WEB-INF/lib/myfaces-api-1.1.5-SNAPSHOT.jar to C:\Tomcat4\bin\..\webapps\myfaces-example-simple\WEB-INF\lib\myfaces-api-1.1.5-SNAPSHOT.jar 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploy JAR /WEB-INF/lib/myfaces-impl-1.1.5-SNAPSHOT.jar to C:\Tomcat4\bin\..\webapps\myfaces-example-simple\WEB-INF\lib\myfaces-impl-1.1.5-SNAPSHOT.jar 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploy JAR /WEB-INF/lib/oro-2.0.8.jar to C:\Tomcat4\bin\..\webapps\myfaces-example-simple\WEB-INF\lib\oro-2.0.8.jar 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploy JAR /WEB-INF/lib/tomahawk-1.1.5-SNAPSHOT.jar to C:\Tomcat4\bin\..\webapps\myfaces-example-simple\WEB-INF\lib\tomahawk-1.1.5-SNAPSHOT.jar 2006-10-13 14:09:35 WebappLoader[/myfaces-example-simple]: Deploy JAR /WEB-INF/lib/xml-apis-1.0.b2.jar to C:\Tomcat4\bin\..\webapps\myfaces-example-simple\WEB-INF\lib\xml-apis-1.0.b2.jar 2006-10-13 14:09:35 StandardManager[/myfaces-example-simple]: Seeding random number generator class java.security.SecureRandom 2006-10-13 14:09:35 StandardManager[/myfaces-example-simple]: Seeding of random number generator has been completed 2006-10-13 14:09:37 StandardWrapper[/myfaces-example-simple:default]: Loading container servlet default 2006-10-13 14:09:37 StandardWrapper[/myfaces-example-simple:invoker]: Loading container servlet invoker 2006-10-13 14:09:58 ApplicationDispatcher[/myfaces-example-simple] Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: This absolute uri (http://java.sun.com/jsf/html) cannot be resolved in either web.xml or the jar files deployed with this application
-- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com

