X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=web%2FWEB-INF%2Fweb.xml;h=f5133bf9a95ddd46261645a9e30d4c093f3a34f4;hb=f32b2b12df0a19f1fd120c83a849ff40863b66c4;hp=2676cd9a34568aab97c392adedace0413623f2a8;hpb=8e7f3f38af176d01d0cff04ff98b6ba84022ef4a;p=pizzaservice-war.git diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 2676cd9a..f5133bf9 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -1,49 +1,79 @@ + 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 - Full-qualified back class name, must implement DatabaseBackend interface - database.backend.class - org.mxchange.jcore.database.backend.base64.Base64CsvDatabaseBackend + Whether debug mode is for registration controller enabled. + is_debug_register_enabled + false - Login name for MySQL database, mostly not root - database.mysql.login - root + Whether the multi-page registration page or a single registration page is active + is_multi_register_page + true - Password for above login, an empty password can be archived by setting a space - database.mysql.password - root + Whether a user name is required on registration + is_user_name_required + false - Hostname or IP address for MySQL server - database.mysql.host - localhost + Whether the public user profile is enabled. + is_public_profile_enabled + false - Name of MySQL catalog - database.mysql.dbname - test + Whether "resend confirmation link" ius enabled. + is_resend_confirm_link_enabled + true - - A filter for setting character encoding to UTF-8 - Utf8HttpFilter - org.mxchange.pizzaapplication.filter.http.utf8.Utf8HttpFilter - - - Utf8HttpFilter - /* - + + 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 - index.jsp + faces/index.xhtml - - Exception - /errorHandler.jsp - + + AdminConstraint + + admin + Administrative Area + /faces/admin/* + + + Administrative Area Login + admin + + + + BASIC + file + + + Administrative role + admin +