[opencms-dev] Mistake in the Documentation

Nigel Kersten nigel at cofa.unsw.edu.au
Tue Nov 22 04:56:53 CET 2005


On 22/11/2005, at 2:20 PM, Nigel Kersten wrote:

>   <rendersettings>
>       <rfs-prefix>/export</rfs-prefix>
>       <vfs-prefix>${SERVLET_NAME}</vfs-prefix>
>       <userelativelinks>false</userelativelinks>
>       <exporturl>http://127.0.0.1:8080${SERVLET_NAME}/handle404</ 
> exporturl>
>       ...
>   </rendersettings>

 From testing, as I'm doing this same config at the moment...

it should be:

<rendersettings>
         <rfs-prefix>/export</rfs-prefix>
         <vfs-prefix>${CONTEXT_NAME}</vfs-prefix>
         <userelativelinks>false</userelativelinks>
         <exporturl>http://127.0.0.1:8080${CONTEXT_NAME}/handle404</ 
exporturl>
         <plainoptimization>true</plainoptimization>
         <testresource uri="/system/shared/page.dtd"/>
         <resourcestorender>
                 <regex>/sites/.*</regex>
                 <regex>/system/galleries/.*</regex>
                 <regex>/system/modules/.*/resources/.*</regex>
         </resourcestorender>
</rendersettings>



--
Nigel Kersten [Senior Technical Officer]
College of Fine Arts, University of NSW, Australia.
CRICOS Provider Code: 00098G





More information about the opencms-dev mailing list