<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
I've read every discussion I could find on static export, but I'm still
having problems. When I used the original opencms-importexport.xml
file, everything worked the way it should except the new files we
created do not get exported from the /sites/.* directory. The export
properties on the files & folders are set properly and permissions
on my folder are set so All Others (other than the Admin) have +r+w and
the html files are set so the Users group has all boxes unchecked and
the Editor(s) for the file are set to +r+v+w. I tried giving the Export
user +r+w but it made no difference. <br>
<br>
At the moment, I'm not trying anything too complicated, just want to
export the html files from my /sites/default/catalog folder. I've
tested my files with other templates to see if it was perhaps something
in the templates I created, but I get the same results. We're using
ocms 7.5.1 on Ubuntu with Tomcat (no Apache). <br>
<br>
In our system, the /opencms/opencms was removed by installing as ROOT
and by using the UrlRewriteFilter from tuckey.org.<br>
<br>
I appreciate any suggestions on this problem.<br>
<br>
Here is my opencms-importexport.xml file:<br>
<i><br>
<?xml version="1.0" encoding="UTF-8"?><br>
<!DOCTYPE opencms SYSTEM
<a class="moz-txt-link-rfc2396E" href="http://www.opencms.org/dtd/6.0/opencms-importexport.dtd">"http://www.opencms.org/dtd/6.0/opencms-importexport.dtd"</a>><br>
<br>
<opencms><br>
<importexport><br>
<importexporthandlers><br>
<importexporthandler
class="org.opencms.importexport.CmsVfsImportExportHandler"/><br>
<importexporthandler
class="org.opencms.module.CmsModuleImportExportHandler"/><br>
</importexporthandlers><br>
<import><br>
<overwrite>true</overwrite><br>
<convert>true</convert><br>
<importversions><br>
<importversion
class="org.opencms.importexport.CmsImportVersion2"/><br>
<importversion
class="org.opencms.importexport.CmsImportVersion3"/><br>
<importversion
class="org.opencms.importexport.CmsImportVersion4"/><br>
<importversion
class="org.opencms.importexport.CmsImportVersion5"/><br>
<importversion
class="org.opencms.importexport.CmsImportVersion6"/><br>
<importversion
class="org.opencms.importexport.CmsImportVersion7"/><br>
</importversions><br>
<immutables><br>
<resource uri="/system/"/><br>
<resource uri="/system/categories/"/><br>
<resource uri="/system/galleries/"/><br>
<resource uri="/system/galleries/download/"/><br>
<resource uri="/system/galleries/externallinks/"/><br>
<resource uri="/system/galleries/htmlgalleries/"/><br>
<resource uri="/system/galleries/pics/"/><br>
<resource uri="/system/login/"/><br>
<resource uri="/system/modules/"/><br>
<resource uri="/system/shared/"/><br>
<resource uri="/system/workplace/"/><br>
<resource uri="/system/workplace/admin/"/><br>
<resource uri="/system/workplace/help/"/><br>
<resource uri="/system/workplace/locales/"/><br>
<resource uri="/system/workplace/resources/"/><br>
<resource uri="/system/workplace/restypes/"/><br>
<resource uri="/system/workplace/scripts/"/><br>
<resource uri="/system/workplace/templates/"/><br>
<resource uri="/system/workplace/views/"/><br>
<resource uri="/sites/"/><br>
</immutables><br>
<principaltranslations/><br>
<ignoredproperties/><br>
</import><br>
</importexport><br>
<staticexport enabled="true"><br>
<staticexporthandler>org.opencms.staticexport.CmsAfterPublishStaticExportHandler</staticexporthandler><br>
<linksubstitutionhandler>org.opencms.staticexport.CmsDefaultLinkSubstitutionHandler</linksubstitutionhandler>
<br>
<exportpath>export</exportpath><br>
<exportworkpath>temp</exportworkpath><br>
<exportbackups>2</exportbackups><br>
<defaultpropertyvalue>true</defaultpropertyvalue><br>
<defaultsuffixes><br>
<suffix key=".jpg"/><br>
<suffix key=".gif"/><br>
<suffix key=".doc"/><br>
<suffix key=".xls"/><br>
<suffix key=".ppt"/><br>
<suffix key=".pdf"/><br>
<suffix key=".txt"/><br>
<suffix key=".css"/><br>
<suffix key=".zip"/><br>
<suffix key=".swf"/><br>
</defaultsuffixes><br>
<rendersettings><br>
<rfs-prefix>${CONTEXT_NAME}/export</rfs-prefix><br>
<vfs-prefix>${CONTEXT_NAME}</vfs-prefix><br>
<userelativelinks>false</userelativelinks>
<br>
<exporturl><a class="moz-txt-link-freetext" href="http://127.0.0.1/$">http://127.0.0.1/$</a>{CONTEXT_NAME}/handle404</exporturl><br>
<plainoptimization>true</plainoptimization><br>
<testresource uri="/system/shared/page.dtd"/><br>
<resourcestorender><br>
<regex>/sites/default/catalog/.*</regex><br>
<br>
</resourcestorender><br>
</rendersettings><br>
</staticexport><br>
...</i><br>
<br>
<div class="moz-signature">-- <br>
<title></title>
<div
style="font-family: Myriad,Tahoma,Geneva,sans-serif; font-size: 12px; letter-spacing: 1px; color: rgb(23, 92, 134);"><br>
<a href="http://www.skysailtech.com"><img alt=""
src="cid:part1.06010901.01020908@skysailsoftware.com" border="0"
height="50" width="269"></a><br>
<p><br>
Lori Boes ♦ SKY<font color="#6db23e">SAIL</font> technology associates,
<span style="text-transform: uppercase; font-size: 10px;">LLC</span><font
color="#999999">™</font><br>
<span style="color: rgb(102, 102, 102); font-size: 11px;"></span> </p>
<p>PO Box 9692<br>
Fresno, CA 93793-9692</p>
<p>559.412.2332 phone<br>
559.354.5279 fax <br>
</p>
</div>
</div>
</body>
</html>