X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=web%2FWEB-INF%2Fweb.xml;h=02340ff6a86025fe2628f76358ef9810b7375abb;hb=8065d9d4491d98d47f51b56691fac3d2bbc0cf13;hp=ee0a8d0dd55000e3abe07b3b5f85ec84d42c3cbe;hpb=ce1a767bf2510303a75386ce4ec43dc24113195f;p=pizzaservice-war.git diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index ee0a8d0d..02340ff6 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -1,54 +1,58 @@ - Full-qualified back class name, must implement DatabaseBackend interface - database.backend.class - org.mxchange.jcore.database.backend.base64.Base64CsvDatabaseBackend + javax.faces.PROJECT_STAGE + Development - - Login name for MySQL database, mostly not root - database.mysql.login - root - - - Password for above login, an empty password can be archived by setting a space - database.mysql.password - root - - - Hostname or IP address for MySQL server - database.mysql.host - localhost - - - Name of MySQL catalog - database.mysql.dbname - test - - - Data path for file-based database backends. This must be a relative path and it will reside 2 levels up from the server's web path. - database.backend.storagepath - data - - - A filter for setting character encoding to UTF-8 - Utf8HttpFilter - org.mxchange.pizzaapplication.filter.http.utf8.Utf8HttpFilter - - - Utf8HttpFilter - /* - + + Faces Servlet + javax.faces.webapp.FacesServlet + 1 + + + pdf + org.mxchange.pizzaapplication.servlet.receipt.PizzaPdfReceiptServlet + + + Faces Servlet + /faces/* + + + tpl + text/plain + + + pdf + /customer/recipt.pdf + 30 + + true + - index.jsp + faces/index.xhtml - - Exception - /errorHandler.jsp - + + Constraint1 + + admin + Administrative Area + /faces/admin/* + + + Administrative Area Login + + + + BASIC + file + + + Administrative role + admin +