Configuration
A Berlioz website relies on few configuration files outside the Web descriptor. Below is a list of the files you would typically use for a Berlioz site:
Name | Location | Usage |
---|---|---|
web.xml | /WEB-INF | Web descriptor |
services.xml | /WEB-INF/config | Maps generators to services |
config-[mode].xml | /WEB-INF/config | A global configuration file |
logback-[mode].xml | /WEB-INF/config | Logback configuration file (optional) |
Setting up Berlioz
- Make sure that you Web application is setup correctly according to your Web application server (Jetty, Tomcat, etc...)
- Determine what Berlioz Mode to use.
- Update the Web descriptor to include the Berlioz Servlet
- Add the Berlioz global configuration in your
/WEB-INF/config
folder - Add the Berlioz services configuration in your
/WEB-INF/config
folder
See Logging to learn how to configure logging on Berlioz.
Created on , last edited on