[opencms-dev] static export in OpenCMS 6.0
Aleksandr Kravets
akravets at kligerweiss.com
Tue Aug 16 22:26:49 CEST 2005
Hello,
How do I make a static export of my site to another server? I understand
I have to change opencms-importexport.xml, but what is that enough or I
have to change something else. Here is my file:
<defaultsuffixes>
<suffix key=".jpg"/>
<suffix key=".gif"/>
<suffix key=".png"/>
<suffix key=".doc"/>
<suffix key=".xls"/>
<suffix key=".ppt"/>
<suffix key=".pdf"/>
<suffix key=".txt"/>
<suffix key=".css"/>
<suffix key=".zip"/>
<suffix key=".swf"/>
</defaultsuffixes>
<rendersettings>
<rfs-prefix>${CONTEXT_NAME}/export</rfs-prefix>
<vfs-prefix>${CONTEXT_NAME}${SERVLET_NAME}</vfs-prefix>
<userelativelinks>false</userelativelinks>
<exporturl>http://192.9.200.1${CONTEXT_NAME}/sites</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>
Is there a concise explanation to how static export should be done? On
the site all I see is the xml config file.
thanks a lot,
Alex
More information about the opencms-dev
mailing list