You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by ly...@mmm.com on 2006/10/13 20:18:38 UTC

Help deploying tomahawk in Tomcat 4.1.34

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

Re: Help deploying tomahawk in Tomcat 4.1.34

Posted by Jeff Bischoff <jb...@klkurz.com>.
Makes sense, but it begs the question: Why does the sample war include 
jstl.jar but not standard.jar?

Matthias Wessendorf wrote:
> 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, lyabloko@mmm.com <ly...@mmm.com> 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
> 
> 



Re: Help deploying tomahawk in Tomcat 4.1.34

Posted by Matthias Wessendorf <ma...@apache.org>.
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, lyabloko@mmm.com <ly...@mmm.com> 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