X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=web%2FWEB-INF%2Fweb.xml;h=3b38721a69083a5a86a860d0c06d57162dbb63fa;hb=ff7c8ac91ab33cbdebb79e9de6683ea2dcc4310f;hp=29ffd3f954faf2b2b38ec42d8ca0840f3ed06151;hpb=bbc0767a529460031a96a444044544ad1d575a24;p=jjobs-war.git diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 29ffd3f9..3b38721a 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -2,10 +2,35 @@ An application for handling and sending out applications to companies. JJobs v1.0 + + Name of this project. + project_title + JJobs + + + Primefaces theme + primefaces.THEME + bootstrap + + + Refresh perioid of facelets. + javax.faces.FACELETS_REFRESH_PERIOD + -1 + + + State saving method + javax.faces.STATE_SAVING_METHOD + client + + + Development mode for WELD, keep disabled unless really needed. Currently it messes up the website. + org.jboss.weld.development + true + Generic custom JSF tags library javax.faces.FACELETS_LIBRARIES - /WEB-INF/generic.jsf.taglib.xml + /WEB-INF/widgets.jsf.taglib.xml;/WEB-INF/links.jsf.taglib.xml;/WEB-INF/project-links.jsf.taglib.xml Project stage @@ -108,13 +133,18 @@ false - Whether user can leave both passwords empty on registration. + Whether user can leave both passwords empty on registration. Then a random password will be created. is_feature_allow_user_registration_empty_password_enabled false Whether business contacts are used in this project. - is_feature_business_contacts_enabled + is_feature_basic_company_data_enabled + true + + + Whether company employees are used in this project. Maybe used in conjuction with business contacts only. + is_feature_company_employee_enabled true