[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problems Deploying JSF in Jboss (It works fine with Tomc

DWallin2 do-not-reply at jboss.com
Mon Aug 14 13:49:42 EDT 2006


Thank you Peter for your help, I was able to figure it out. The problem was that I had not updated the listener in my project web xml.

After changing it to 

<listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>


Everything Came out fine :)

So for anyone else who encounters the same problem in the future, be sure to delete the jar files from your project lib folder, since Jboss already provides them, and change your project web.xml listener to the one posted above.

Tip*

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965062#3965062

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965062



More information about the jboss-user mailing list