Static Export On Demand
From OpenCms Wiki
Revision as of 18:02, 26 March 2007 by Marc.johnen (Talk | contribs)
This is a method of exporting pre-processed Content from OpenCms into the file system. The export takes place, whenever a resource that should be exported, is requested for the first time. At that point in time, the resource is processed and exported. All future requests can be answered by serving the statically exported file, without triggering any processing on the side of opencms again.
To use 'export on demand' configure <staticexporthandler> in opencms-importexport.xml to 'org.opencms.staticexport.CmsOnDemandStaticExportHandler'.
see also: Static Export, Static_Export_configuration.