Tag: context-param

`context-param` – Tags wird in der web application verwendeten Konfigurations-Datei web.xml um einen context-parameter an die Anwendung Kontext.

Wie man zwei param-Werte in einem context-param im Frühjahr?

Anzahl der Antworten 4 Antworten
Problem: ich habe zwei contextConfigLocation Parameter, mit @Configuration Kurse für spring-social-facebook und ein mit xml-Datei für die app: <context-param> <param-name>contextConfigLocation</param-name> <param-value>com.communicator.core.social.facebook.config</param-value> </context-param> <context-param> <param-name>contextConfigLocation</param-name> <param-value>/WEB-INF/root-context.xml</param-value> </context-param> Beide eine param-name, und ich weiß nicht, wie es zu lösen

Überblick über alle JSF-bezogenen Namen und Werte von web.xml-Kontextparametern

Anzahl der Antworten 1 Antworten
Gibt es mehrere JavaServer Faces <context-param> im web.xml: facelets.REFRESH_PERIODfacelets.DEVELOPMENTfacelets.SKIP_COMMENTS etc. Wo finde ich eine vollständige Liste aller params? InformationsquelleAutor der Frage Cherry | 2013-06-27