Pages

Friday, February 24, 2012

Controlling the file name listing order in TC 6.0

In conf/web.xml, add this element:

<init-param>
    <param-name>contextXlstFile</param-name>
    <param-value>context.xslt</param-value>
</init-param>