X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=web%2FWEB-INF%2Fweb.xml;h=f5133bf9a95ddd46261645a9e30d4c093f3a34f4;hb=f32b2b12df0a19f1fd120c83a849ff40863b66c4;hp=f187d0cac3cf6a979a643ad67920b5a2a1d86713;hpb=4cdc791f94d619b0286946ff5bd35875001f08dc;p=pizzaservice-war.git diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index f187d0ca..f5133bf9 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -1,58 +1,79 @@ - - 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 +