X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=web%2FWEB-INF%2Fweb.xml;h=f5133bf9a95ddd46261645a9e30d4c093f3a34f4;hb=f32b2b12df0a19f1fd120c83a849ff40863b66c4;hp=853ab6b2e1f74826492f8958bc9bafa5122a8f90;hpb=07f8bf49a80f6972e3ae8925ec6662ee33c2623b;p=pizzaservice-war.git diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 853ab6b2..f5133bf9 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -1,88 +1,79 @@ - - 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 - - - javax.faces.PROJECT_STAGE - Development - - - A servlet filter for setting character encoding to UTF-8 - Utf8ServletFilter - org.mxchange.jcoreejb.filter.servlet.utf8.Utf8ServletFilter - - - A servlet filter for logging - Log4jServletFilter - org.apache.logging.log4j.web.Log4jServletFilter - - - - Log4jServletFilter - /* - - - Utf8ServletFilter - /* - - - Faces Servlet - javax.faces.webapp.FacesServlet - 1 - - - Faces Servlet - /faces/* - - - tpl - text/plain - - - - 30 - - - - faces/index.xhtml - + An online address book application to share private and business memebers between all members. It is also possible that the user's profile can be made visible to outside. + JLandingPage Application v1.0 + + Whether debug mode is for registration controller enabled. + is_debug_register_enabled + false + + + Whether the multi-page registration page or a single registration page is active + is_multi_register_page + true + + + Whether a user name is required on registration + is_user_name_required + false + + + Whether the public user profile is enabled. + is_public_profile_enabled + false + + + Whether "resend confirmation link" ius enabled. + is_resend_confirm_link_enabled + true + + + 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 + + + + faces/index.xhtml + + + AdminConstraint + + admin + Administrative Area + /faces/admin/* + + + Administrative Area Login + admin + + + + BASIC + file + + + Administrative role + admin +