I'm having trouble running JSF on Jetty 9. Is there any specific jar within the application or some configuration in Jetty?
I'm having trouble running JSF on Jetty 9. Is there any specific jar within the application or some configuration in Jetty?
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