X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=web%2FWEB-INF%2Fweb.xml;h=0e403f6c1f1dbc66954486a3a7bf0aa157eeb8b2;hb=da8f51f36be53557227ada5e1649a59e506fc76b;hp=ee0a8d0dd55000e3abe07b3b5f85ec84d42c3cbe;hpb=ce1a767bf2510303a75386ce4ec43dc24113195f;p=pizzaservice-war.git diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index ee0a8d0d..0e403f6c 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -1,54 +1,36 @@ - - Full-qualified back class name, must implement DatabaseBackend interface - database.backend.class - org.mxchange.jcore.database.backend.base64.Base64CsvDatabaseBackend - - - 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 - /* - - - - 30 - - - - index.jsp - - - Exception - /errorHandler.jsp - + + javax.faces.PROJECT_STAGE + Development + + + Faces Servlet + javax.faces.webapp.FacesServlet + 1 + + + pdf + org.mxchange.pizzaapplication.servlet.receipt.PdfReceiptServlet + + + Faces Servlet + /faces/* + + + tpl + text/plain + + + pdf + /customer/recipt.pdf + + + + 30 + + + + faces/index.xhtml +