| DefaultFactory, reads configuration from the sitemesh.configfile init param,
or /WEB-INF/sitemesh.xml if not specified, or uses the
default configuration if sitemesh.xml does not exist.
To use the sitemesh.configfile parameter, add the following to your web.xml:
<context-param>
<param-name>sitemesh.configfile</param-name>
<param-value>/WEB-INF/etc/sitemesh.xml</param-value>
</context-param>
author: Joe Walnes author: Mathias Bogaert version: $Revision: 1.6 $ |