X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=web%2FWEB-INF%2Fweb.xml;h=0e403f6c1f1dbc66954486a3a7bf0aa157eeb8b2;hb=6111f6062f82669130bb0ef3f4ef0566d3f259d0;hp=2676cd9a34568aab97c392adedace0413623f2a8;hpb=8e7f3f38af176d01d0cff04ff98b6ba84022ef4a;p=pizzaservice-war.git diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 2676cd9a..0e403f6c 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -1,49 +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 - - - 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 +