What happen if you access one of these 404 pages? And could it be possible that your 302 sites are siblings?<br><br>I am just guessing around<br><br><div><span class="gmail_quote">On 2/23/06, <b class="gmail_sendername"><a href="mailto:apoorv.durga@wipro.com">
apoorv.durga@wipro.com</a></b> <<a href="mailto:apoorv.durga@wipro.com">apoorv.durga@wipro.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">





<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">same result :(</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">all the other sites are gettinf published except for the
one that we developed. All i get is a series of 302s in the opencms static
export console</font></span></div>
<div dir="ltr" align="left"><span></span> </div><br>
<blockquote style="border-left: 2px solid rgb(0, 0, 255); padding-left: 5px; margin-left: 5px; margin-right: 0px;">
  <div dir="ltr" align="left" lang="en-us">
  <hr>
  <font face="Tahoma" size="2"><b>From:</b> <a href="mailto:opencms-dev-bounces@opencms.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">opencms-dev-bounces@opencms.org</a>
  [mailto:<a href="mailto:opencms-dev-bounces@opencms.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">opencms-dev-bounces@opencms.org</a>] <b>On Behalf Of </b>Corsin
  Camichel<br><b>Sent:</b> Thursday, February 23, 2006 8:05 PM<span class="q"><br><b>To:</b> The
  OpenCms mailing list<br></span><b>Subject:</b> Re: [opencms-dev] Static export
  problems<br></font><br></div><span class="q">
  <div></div>Hi guys<br><br>Try
  this:<br><br><resourcestorender><br>   
             
  <regex>/sites/.*</regex><br>       
         
  <regex>/system/galleries/.*</regex><br>   
             
  <regex>/system/modules/.*/resources/.*</regex>
  <br>           
     
  <regex>/system/modules/.*/elements/.*</regex><br>   
             
  <regex>/system/modules/.*/elements/css/.*</regex><br>   
             
  <regex>/system/workplace/.*</regex> <br>   
          </resourcestorender><br><br>in
  opencms-importexport.xml<br><br>and check that <staticexport
  enabled="true"> is set to true<br><br>HTH
  <br><br>Regards<br><br>//Corsin<br><br>
  </span><div><span class="q"><span class="gmail_quote">On 2/23/06, <b class="gmail_sendername"><a href="mailto:vinodh.kumar@wipro.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">vinodh.kumar@wipro.com
</a></b> <<a href="mailto:vinodh.kumar@wipro.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">vinodh.kumar@wipro.com</a>>
  wrote:</span>
  </span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><span class="q"><br>We
    are also facing the same problem....<br>Yes.....we have restarted the server
    after every change in xml and<br>system folders....<br><br>Best
    Regards,<br>Vinodh.<br>Phone:30691961<br><br></span><div><span class="e" id="q_10997697c67e01f2_8">-----Original
    Message-----<br>From: <a href="mailto:opencms-dev-bounces@opencms.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">opencms-dev-bounces@opencms.org</a><br>[mailto:<a href="mailto:opencms-dev-bounces@opencms.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
opencms-dev-bounces@opencms.org</a>]
    On Behalf Of Hari<br>Sent: Thursday, February 23, 2006 7:36 PM <br>To: The
    OpenCms mailing list<br>Subject: RE: [opencms-dev] Static export
    problems<br><br>Did you re-start weblogic? Needs a re-start for any change
    to the system<br>folders.<br><br>-----Original Message-----<br>From: <a href="mailto:apoorv.durga@wipro.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">apoorv.durga@wipro.com</a> [mailto:<a href="mailto:apoorv.durga@wipro.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
apoorv.durga@wipro.com</a>]<br>Sent: 23
    February 2006 13:32<br>To: <a href="mailto:opencms-dev@opencms.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">opencms-dev@opencms.org</a><br>Subject:
    RE: [opencms-dev] Static export problems<br><br><br>Yes, I'm exporting from
    within the site<br>Ecport is set to
    true<br><br>org.OpenCms.staticexport.CmsAfterPublishStaticExportHandler
    <br><br>Configuration: opencms 6.0.2, weblogic 8.1 sp5, my sql as well as
    sql<br>server<br><br>We've added our site in regex<br><br><br>>
    -----Original Message-----<br>> From: <a href="mailto:opencms-dev-bounces@opencms.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">opencms-dev-bounces@opencms.org</a><br><br>>
    [mailto:<a href="mailto:opencms-dev-bounces@opencms.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">opencms-dev-bounces@opencms.org</a>]
    On Behalf Of Hari<br>> Sent: Thursday, February 23, 2006 6:35 PM<br>>
    To: The OpenCms mailing list <br>> Subject: RE: [opencms-dev] Static
    export problems<br>><br><br>> Are you exporting from within your
    site?  Is the property<br><br>> "export" set to true for all
    the resources that you wish to<br><br>> export.  Have you
    included your site in the regex folder in<br><br>>
    opencms-importexport.xml? Are you using
    CmsAfterPublishExportHandler?<br>><br><br>> We had quite a few issues
    with static export but all resolved now. <br><br>><br><br>>
    Cheers<br>> Hari<br>><br><br>> -----Original Message-----<br>>
    From: www bot [mailto:<a href="mailto:durgajee@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">durgajee@gmail.com</a>]<br>> Sent: 23
    February 2006 12:39<br>> To: <a href="mailto:opencms-dev@opencms.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">opencms-dev@opencms.org</a><br>>
    Subject: RE: [opencms-dev] Static export problems<br>><br><br>>
    Hi,<br>><br><br>> Any takers for this?<br>><br><br>> This is
    becoming a big issue for us. <br>><br><br>> BR,<br>>
    /a<br>><br><br>> > -----Original Message-----<br>> > From: <a href="mailto:opencms-dev-bounces@opencms.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">opencms-dev-bounces@opencms.org
</a><br>>
    > [mailto:<a href="mailto:opencms-dev-bounces@opencms.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
    opencms-dev-bounces@opencms.org</a>] On Behalf Of www bot<br>> > Sent:
    Wednesday, February 22, 2006 7:28 PM<br>> > To: <a href="mailto:opencms-dev@opencms.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">opencms-dev@opencms.org</a><br>>
    > Subject: [opencms-dev] Static export problems <br>> ><br>>
    > Hi,<br>> ><br>> > We've been trying to do a static export
    of the site that we<br><br>> developed.<br>> > I've made changes to
    opencms-importexport.xml and was able<br><br>> to export <br><br>>
    > all the example sites (xmlcontentdemo, modulesdemo and even<br><br>>
    > alkacon-documentation). However, when I export our site, i get
    a<br><br>> > series of 302 and 404. The export settings are same for
    all <br><br>> the sites.<br>> ><br>> > However, the site
    works perfectly fine if browsed dynamically.<br>> ><br>> > Any
    pointers would be appreciated. This has become a<br><br>> showstopper
    for<br><br>> > us to go live.<br>> ><br>> > A snippet of
    log is appended below.<br>> ><br>> > Environment: weblogic 8.1,
    opencms 6.0.2, mysql 4.1<br>> ><br>> ><br>> ><br>> >
    BR, <br>> > /a<br>> ><br>> > .......<br>> >
    ......<br>> > ( 699 / 775 ) Exporting /static/user/menuDropDwn.html
    ...<br><br>> 404 ( 700 /<br><br>> > 775 ) Exporting
    /static/user/logOutLink2.html ... 404 ( 701 / 775 ) <br><br>> >
    Exporting /static/user/logOutLink1.html ... 404 ( 702 / 775 )<br><br>>
    > Exporting /static/user/locateus/index.jsp.html<br>> > ... skipped
    ( 703 / 775 ) Exporting<br><br>> /static/user/logOut.html ... 302 (
    <br><br>> > 704 / 775 ) Exporting /static/user/locateus/index.html
    ...<br><br>> 302 ( 705 /<br><br>> > 775 ) Exporting
    /static/user/help/index.html ... 302 ( 707 / 775 )<br><br>> >
    Exporting /static/user/error404.html ... 302 ( 708 / 775 ) <br><br>>
    Exporting<br><br>> > /static/user/help/ ... 302 ( 709 / 775 )
    Exporting<br><br>> > /static/user/contactus/index.html ... 302
    ....................<br>> > ..................<br>> ><br>>
    > _______________________________________________ <br>> > This mail
    is sent to you from the opencms-dev mailing list<br><br>> To
    change<br><br>> > your list options, or to unsubscribe from the list,
    please visit<br><br>> > <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.opencms.org/mailman/listinfo/opencms-dev
</a><br>>
    ><br>><br><br>>
    _______________________________________________<br>> This mail is sent to
    you from the opencms-dev mailing list To<br><br>> change your list
    options, or to unsubscribe from the list, <br><br>> please visit <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.opencms.org/mailman/listinfo/opencms-dev
</a><br>><br><br>><br><br>>
    _______________________________________________ <br>> This mail is sent
    to you from the opencms-dev mailing list To<br><br>> change your list
    options, or to unsubscribe from the list,<br><br>> please visit <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.opencms.org/mailman/listinfo/opencms-dev
</a><br>><br><br><br><br>The
    information contained in this electronic message and any attachments<br>to
    this message are intended for the exclusive use of the addressee(s) <br>and
    may contain proprietary, confidential or privileged information. If<br>you
    are not the intended recipient, you should not disseminate,<br>distribute or
    copy this e-mail. Please notify the sender immediately and<br>destroy all
    copies of this message and any attachments.<br><br><br>WARNING: Computer
    viruses can be transmitted via email. The recipient<br>should check this
    email and any attachments for the presence of viruses.<br>The company
    accepts no liability for any damage caused by any virus <br>transmitted by
    this email.<br><br><br><a href="http://www.wipro.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.wipro.com</a><br><br>_______________________________________________<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 <br>visit<br><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.opencms.org/mailman/listinfo/opencms-dev
</a><br><br><br>_______________________________________________<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<br>visit<br><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.opencms.org/mailman/listinfo/opencms-dev
</a><br><br><br>The
    information contained in this electronic message and any attachments to this
    message are intended for the exclusive use of the addressee(s) and may
    contain proprietary, confidential or privileged information. If you are not
    the intended recipient, you should not disseminate, distribute or copy this
    e-mail. Please notify the sender immediately and destroy all copies of this
    message and any attachments. <br><br>WARNING: Computer viruses can be
    transmitted via email. The recipient should check this email and any
    attachments for the presence of viruses. The company accepts no liability
    for any damage caused by any virus transmitted by this email. <br><br><a href="http://www.wipro.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.wipro.com</a><br><br>_______________________________________________
<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" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.opencms.org/mailman/listinfo/opencms-dev
</a><br></span></div></blockquote></div><br><br clear="all"><span class="q"><br>-- <br>Corsin Camichel<br><a href="mailto:cocaman@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">cocaman@gmail.com
</a>
</span></blockquote>

<table><tbody><tr><td bgcolor="#ffffff"><span class="q"><font color="#000000"><br>
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 
<br>
<br>
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
<br>
 <br>
<a href="http://www.wipro.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.wipro.com</a><br>
</font></span></td></tr></tbody></table>
<br><br>_______________________________________________<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 onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">
http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br><br></blockquote></div><br><br clear="all"><br>-- <br>Corsin Camichel<br><a href="mailto:cocaman@gmail.com">cocaman@gmail.com</a>