Run JSF on Jetty 9

1

I'm having trouble running JSF on Jetty 9. Is there any specific jar within the application or some configuration in Jetty?

    
asked by anonymous 14.05.2014 / 14:49

1 answer

2

Well, the error I was having was the following exception: Error Could not find Factory: javax.faces.context.FacesContextFactory

I found in StackOverflow itself someone with a similar error and the solution at the following address: link

Thanks

    
15.05.2014 / 21:05