From 25ae0a23d15383df7f84ad51ee8f078c519ed963 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Sun, 22 Nov 2015 17:02:23 +0100 Subject: Get it to run on newest versions --- WebContent/WEB-INF/faces-config.xml | 211 --------------------- .../lib/mysql-connector-java-5.1.37-bin.jar | Bin 0 -> 985603 bytes WebContent/WEB-INF/web.xml | 8 +- 3 files changed, 2 insertions(+), 217 deletions(-) delete mode 100644 WebContent/WEB-INF/faces-config.xml create mode 100644 WebContent/WEB-INF/lib/mysql-connector-java-5.1.37-bin.jar (limited to 'WebContent/WEB-INF') diff --git a/WebContent/WEB-INF/faces-config.xml b/WebContent/WEB-INF/faces-config.xml deleted file mode 100644 index 06265ca..0000000 --- a/WebContent/WEB-INF/faces-config.xml +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - - UserManager - beans.UserManager - session - - - - CategoryManager - beans.CategoryManager - session - - - - ContactManager - beans.ContactManager - session - - - - ProductManager - beans.ProductManager - session - - - - - /pages/home.xhtml - - - contact - /pages/contact.xhtml - - - - login - /pages/login.xhtml - - - - categories - /pages/categories.xhtml - - - - - - - /pages/login.xhtml - - - contact - /pages/contact.xhtml - - - - login - /pages/login.xhtml - - - - categories - /pages/categories.xhtml - - - - failure - /pages/login.xhtml - - - - success - /pages/greeting.xhtml - - - - - - - - /pages/categories.xhtml - - - contact - /pages/contact.xhtml - - - - login - /pages/login.xhtml - - - - categories - /pages/categories.xhtml - - - - select - /pages/products.xhtml - - - - - - - /pages/greeting.xhtml - - - contact - /pages/contact.xhtml - - - - categories - /pages/categories.xhtml - - - - home - /pages/home.xhtml - - - - - - - /pages/contact.xhtml - - - contact - /pages/contact.xhtml - - - - categories - /pages/categories.xhtml - - - - login - /pages/login.xhtml - - - - - - - /pages/products.xhtml - - - contact - /pages/contact.xhtml - - - - categories - /pages/categories.xhtml - - - - login - /pages/login.xhtml - - - - - - - /pages/product.xhtml - - - products - /pages/products.xhtml - - - - contact - /pages/contact.xhtml - - - - categories - /pages/categories.xhtml - - - - login - /pages/login.xhtml - - - - - - - com.sun.facelets.FaceletViewHandler - - - de_DE - - - - - - \ No newline at end of file diff --git a/WebContent/WEB-INF/lib/mysql-connector-java-5.1.37-bin.jar b/WebContent/WEB-INF/lib/mysql-connector-java-5.1.37-bin.jar new file mode 100644 index 0000000..465af67 Binary files /dev/null and b/WebContent/WEB-INF/lib/mysql-connector-java-5.1.37-bin.jar differ 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 @@ - + Facelets JCatalog Application javax.faces.DEFAULT_SUFFIX .xhtml - facelets.REFRESH_PERIOD + facelets.FACELETS_REFRESH_PERIOD 2 @@ -21,10 +21,6 @@ com.sun.faces.validateXml true - - com.sun.faces.verifyObjects - true - Faces Servlet javax.faces.webapp.FacesServlet -- cgit v1.2.3-70-g09d2