Configuration of web.xml
The source file can be found at src/webapp/WEB-INF/web.xml
Various webapp parameters can be configured:
- log-access: Whether requests should be logged (if enabled, then see
logs/access-cnode1.log
) - workflow.not-live.most-recent-version: Display most recent version if workflow is configured but page is not live
- session-timeout: Session timeout (default is 30 minutes)
- detect-mobile-per-request: Whether mobile devices should be detected per request
- mobile-devices: List of mobile devices
In order to overwrite the default settings one should copy the original file to src/webapp/WEB-INF/local.web.xml
and the Yanel build process will use this local file.
Your comments are much appreciated
Is the content of this page unclear or you think it could be improved? Please add a comment and we will try to improve it accordingly.