<div>Ciao Andrea!</div>
<div>Thanx for the info. I changed the sync options from the publishing server to the online servers, now it syncs only adding the files that are changed without removing those that does not exist anymore.</div>
<div> </div>
<div>Thanx again.</div>
<div> </div>
<div>Lo'<br><br></div>
<div class="gmail_quote">2009/9/21 Andrea Puddu <span dir="ltr"><<a href="mailto:docpuddu@tiscali.it">docpuddu@tiscali.it</a>></span><br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Hi Lorenzo,<br>first of all you should check what kind of ExportHandler is in use in<br>your OpenCms installation. (see<br>
[...]/alkacon-documentation/documentation_staticexport/config/...)<br><br>According to the behaviour you've described I guess it is<br><br>|CmsAfterPublishStaticExportHandler|<br><br>If you use OpenCms with |CmsOnDemandStaticExportHandler| it recreates<br>
the deleted page on the fly when a new http request from a browser<br>occurs. (so no 404 errors...)<br><br>So in the "AfterPublishStaticExport" scenario when you publish a<br>subsequent export on the file system takes place. The problem of the 404<br>
is when you have several resources to be published and OpenCms as first<br>action deletes them and then recreated (during the export phase) the new<br>ones. In this range of time, until recreation you have 404s.<br><br>A possible resolution is to introduce an additional stage of export,<br>
let's call it 'live' so that it will be in sync with export.<br>According to this the webserver, serves pages from 'live' folder which<br>is in sync with the export folder where OpenCms writes during the export<br>
phase.<br><br>The technique to keep synced the export and live folder is crucial.<br><br>HTH.<br><br>Ciao,<br>   Andrea<br><br>---------------------------<br>Andrea Puddu<br>docpuddu at tiscali dot it<br><a href="http://www.linkedin.com/in/andreapuddu" target="_blank">http://www.linkedin.com/in/andreapuddu</a><br>
-------------------------------------------<br><br><br><br><br><br>Lorenzo Sala ha scritto:<br>
<div class="im">> Hello everyone.<br>> I have this problem. I have all my pages published online. When I make a<br>> change to a page offline and then publish it, the CMS actually deletes the<br>> page from the server and then recreates it. Is there a way to configure the<br>
> CMS so that a file always remains online so the people don't get 404<br>> messages when I make un update?<br>><br>> Thanx!<br>><br>> Lo'<br>><br><br></div>
<div>
<div></div>
<div class="h5">_______________________________________________<br>This mail is sent to you from the opencms-dev mailing list<br>To change your list options, or to unsubscribe from the list, please visit<br><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br>
</div></div></blockquote></div><br>