X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=web%2FWEB-INF%2Fweb.xml;h=0e403f6c1f1dbc66954486a3a7bf0aa157eeb8b2;hb=da8f51f36be53557227ada5e1649a59e506fc76b;hp=70dcf7ac68f4df7c08186e8239b6d6f7eec433d3;hpb=f7d049048dc49f73aad59bb0b0522a0160275d15;p=pizzaservice-war.git diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 70dcf7ac..0e403f6c 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -1,50 +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 - + + 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 +