`context-param` tag is used in the web application configuration file `web.
There are several JavaServer Faces <context-param> in web.xml: facelets.REFRESH_PERIOD, facelets.DEVELOPMENT, facelets.SKIP_COMMENTS etc. …
jsf web.xml context-paramProblem: I have two contextConfigLocation parameters, one with @Configuration classes for spring-social-facebook and one with xml-file for app: <context-param&…
spring web.xml spring-social context-param