[jboss-user] [Beginners Corner] - Re: Unable to Run a JSF with JBuilder 2007 and JBoss
stan.silvert@jboss.com
do-not-reply at jboss.com
Fri Feb 23 13:57:56 EST 2007
In your web.xml, you are referring to the initializer for the JSF RI implementation. The version of JBoss you are using comes with MyFaces pre-installed. The easiest thing for you to do is probably to load the initializer for MyFaces instead.
See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossFaces
and
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWithIntegratedMyFaces
Put this in your web.xml:
<listener>
| <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
| </listener>
Stan
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021262#4021262
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021262
More information about the jboss-user
mailing list