-
1. Re: How to Run Rich faces example
pa1_9 Dec 20, 2007 5:48 AM (in response to pa1_9)"pa1_9" wrote:
hi frnds,
i have downloaded jboss-jsfunit-examples-richfaces-1.0-beta-1.war fromhttp://repository.jboss.org/maven2/org/jboss/jsfunit/jboss-jsfunit-examples-richfaces/1.0-beta-1/
and deployed in tomcat
and tried to run this application and i was failed.....i tried to run one testcase but i can't........ i have tried like thishttp://localhost:8080/jboss-jsfunit-examples-richfaces-1.0-beta-1/ServletTestRunner?suite=org.jboss.jsfunit.example.richfaces.ActionParamTest&xsl=cactus-report.xsl
can any one correct me if i was wrong.....
when i try to run its showing this error
HTTP Status 404 - /richfaces/ServletTestRunner
type Status report
message /richfaces/ServletTestRunner
description The requested resource (/richfaces/ServletTestRunner) is not available.
Apache Tomcat/6.0.14
i have checked the web.xml everthing is configured correctly.... -
2. Re: How to Run Rich faces example
ssilvert Dec 20, 2007 9:25 AM (in response to pa1_9)That WAR was built for Tomcat 5.5 and Jetty. It bundles an EL implementation that Facelets needs. Tomcat 6 has the EL impl built in, so you get a conflict.
If you want it to run the WAR on Tomcat 6, just remove these jars:
WEB-INF/lib/el-api-1.0.jar
WEB-INF/lib/el-impl-1.0.jar
WEB-INF/lib/el-ri-1.0.jar
Stan -
3. Re: How to Run Rich faces example
feuyeux Dec 5, 2010 1:23 AM (in response to ssilvert)what a kind of you! I met this issue, too!
Would you guys please provide a FAQ or JSFUnit manual for us? That's terrific necessary!
Thanks a lot.
BR,
Lu H.
-
-
5. Re: How to Run Rich faces example
feuyeux Dec 6, 2010 10:24 PM (in response to ssilvert)This document is not professional enough. I hope you can publish some guide/manual pdf. I believe you can do it since richfaces team done it.
-
6. Re: How to Run Rich faces example
ssilvert Dec 7, 2010 7:27 AM (in response to feuyeux)Lu Han wrote:
This document is not professional enough. I hope you can publish some guide/manual pdf. I believe you can do it since richfaces team done it.
RichFaces has an entire team working on it. I work on JSFUnit with whatever time is left over from my main job. Most of the help I get comes from the community.
I find that the wiki-style format makes it easier to update, do deep links into, and get feedback. If you really think that the PDF format is important, feel free to copy the text and put it in a PDF.
Stan
-
7. Re: How to Run Rich faces example
feuyeux Jan 12, 2011 9:30 PM (in response to ssilvert)Hi Stan,
It's hard for you. I can totally understand. Thanks a lot and I hope JSFUnit can be stronger and stronger.