diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-22 17:02:23 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-23 15:57:23 +0100 |
| commit | 25ae0a23d15383df7f84ad51ee8f078c519ed963 (patch) | |
| tree | fb5978df15648f4af58631939c58b5e1a5c6b0d4 /WebContent/WEB-INF/web.xml | |
| parent | df8c8d8eaa3fd74b2f6a76341611555ee6d8834d (diff) | |
| download | JCatalog-25ae0a23d15383df7f84ad51ee8f078c519ed963.tar.gz JCatalog-25ae0a23d15383df7f84ad51ee8f078c519ed963.zip | |
Get it to run on newest versions
Diffstat (limited to 'WebContent/WEB-INF/web.xml')
| -rw-r--r-- | WebContent/WEB-INF/web.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index ee62240..28e4dc6 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> +<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" id="WebApp_ID" version="3.1"> <description>Facelets JCatalog Application</description> <context-param> <param-name>javax.faces.DEFAULT_SUFFIX</param-name> <param-value>.xhtml</param-value> </context-param> <context-param> - <param-name>facelets.REFRESH_PERIOD</param-name> + <param-name>facelets.FACELETS_REFRESH_PERIOD</param-name> <param-value>2</param-value> </context-param> <context-param> @@ -21,10 +21,6 @@ <param-name>com.sun.faces.validateXml</param-name> <param-value>true</param-value> </context-param> - <context-param> - <param-name>com.sun.faces.verifyObjects</param-name> - <param-value>true</param-value> - </context-param> <servlet> <servlet-name>Faces Servlet</servlet-name> <servlet-class>javax.faces.webapp.FacesServlet</servlet-class> |
