Context « Servlet « JSF Q&A





1. Modify context param from servlet code    stackoverflow.com

I know how to get the context params, but is there a way to change the value of the context params defined in the web.xml? I'm using JSF so in this ...

2. could not find Factory: javax.faces.context.FacesContextFactory    stackoverflow.com

I notice that when trying to setup my JSF 2 webapp running on jetty, i have this error :

java.lang.IllegalStateException: Application was not properly initialized at startup, could not ...