datatester index.html faces javax.faces.webapp.FacesServlet resources org.apache.myfaces.trinidad.webapp.ResourceServlet faces /faces/* resources /adf/* trinidad org.apache.myfaces.trinidad.webapp.TrinidadFilter trinidad faces MyFacesExtensionsFilter org.apache.myfaces.webapp.filter.ExtensionsFilter maxFileSize 20m MyFacesExtensionsFilter faces MyFacesExtensionsFilter /faces/myFacesExtensionResource/* java.lang.IllegalStateException /overload.jsp 404 /faces/NotFound.jspx 500 /faces/Errorpage.jspx javax.faces.STATE_SAVING_METHOD client org.apache.myfaces.trinidad.USE_APPLICATION_VIEW_CACHE false org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION false org.apache.myfaces.trinidad.CHANGE_PERSISTENCE session Concepts definition file concepts_filename concepts_abcd206.xml Test definition file tests_filename tests.xml Available test definition file availabetests_filename availabletests.xml PageSize context parameter sets the number of Records that are retieved once from the provider pageSize 100 email_server bgbm18.bgbm.fu-berlin.de email_sender c.oancea@bgbm.org web app log level loglevel ALL Sets the maximum allowed size of a single uploaded file. MaxRequestSize 1000000 admin_email admin@biocase.org Discovery server URL discovery_server_URL http://193.190.223.48/~gqtuser/GQT/generic.php?endpoint=__serviceURL__&op=getEndpointInfo log_config_file conf/log4j.properties If true, rendered HTML code will be formatted, so that it is "human readable". i.e. additional line separators and whitespace will be written, that do not influence the HTML code. Default: "true" org.apache.myfaces.PRETTY_HTML false This parameter tells MyFaces if javascript code should be allowed in the rendered HTML output. If javascript is allowed, command_link anchors will have javascript code that submits the corresponding form. If javascript is not allowed, the state saving info and nested parameters will be added as url parameters. Default: "true" org.apache.myfaces.ALLOW_JAVASCRIPT true org.apache.myfaces.DETECT_JAVASCRIPT false If true, a javascript function will be rendered that is able to restore the former vertical scroll on every request. Convenient feature if you have pages with long lists and you do not want the browser page to always jump to the top if you trigger a link or button action that stays on the same page. Default: "false" org.apache.myfaces.AUTO_SCROLL true A class implementing the org.apache.myfaces.shared.renderkit.html.util.AddResource interface. It is responsible to place scripts and css on the right position in your HTML document. Default: "org.apache.myfaces.shared.renderkit.html.util.DefaultAddResource" Follow the description on the MyFaces-Wiki-Performance page to enable StreamingAddResource instead of DefaultAddResource if you want to gain performance. org.apache.myfaces.ADD_RESOURCE_CLASS org.apache.myfaces.renderkit.html.util.DefaultAddResource A very common problem in configuring MyFaces-web-applications is that the Extensions-Filter is not configured at all or improperly configured. This parameter will check for a properly configured Extensions-Filter if it is needed by the web-app. In most cases this check will work just fine, there might be cases where an internal forward will bypass the Extensions-Filter and the check will not work. If this is the case, you can disable the check by setting this parameter to false. org.apache.myfaces.CHECK_EXTENSIONS_FILTER false org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS true org.apache.myfaces.RESOURCE_VIRTUAL_PATH /faces/myFacesExtensionResource