<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I did as you said and found out that the frame is attempting to load
the stylesheet like this:<br>
<pre id="line1"><<span class="start-tag">link</span><span
 class="attribute-name"> rel</span>=<span class="attribute-value">"stylesheet" </span><span
 class="attribute-name">type</span>=<span class="attribute-value">"text/css" </span><span
 class="attribute-name">href</span>=<span class="attribute-value">"/export/system/workplace/commons/style/workplace.css"</span>></pre>
I looked at the contents of the export folder and I discovered that
this path doesn't even exist!<br>
<br>
<pre>[root@segisys system]# pwd</pre>
<pre>/opt/tomcat5/webapps/ROOT/export/system</pre>
<pre>[root@segisys system]# ll</pre>
<pre>total 2</pre>
<pre>drwxr-xr-x  3 tomcat tomcat 1024 Apr  8 00:01 modules</pre>
<pre>drwxr-xr-x  2 tomcat tomcat 1024 Apr  8 00:01 shared</pre>
<br>
I suspect that there must be something wrong in my
opencms-importexport.xml file.  I use mod_proxy to supress the
remaining 'opencms' from the url.<br>
<br>
<pre>...</pre>
<pre>                <rendersettings></pre>
<pre>                        <rfs-prefix>/export</rfs-prefix></pre>
<pre>                        <vfs-prefix></vfs-prefix></pre>
<pre>                        <userelativelinks>false</userelativelinks></pre>
<pre>                        <exporturl><a class="moz-txt-link-freetext" href="http://127.0.0.1:8080/handle404">http://127.0.0.1:8080/handle404</a></exporturl></pre>
<pre>                        <plainoptimization>true</plainoptimization></pre>
<pre>                        <testresource uri="/system/shared/page.dtd"/></pre>
<pre>                        <resourcestorender></pre>
<pre>                                <regex>/sites/.*</regex></pre>
<pre>                                <regex>/system/galleries/.*</regex></pre>
<pre>                                <regex>/system/modules/.*/resources/.*</regex></pre>
<pre>                        </resourcestorender></pre>
<pre>                </rendersettings></pre>
Do you have any suggestions?   Also, I really appreciate your help. 
Thank you.<br>
<br>
--Daniel Rhoden<br>
<br>
<br>
Alexander Kandzior wrote:
<blockquote cite="mid200504080708.j3878HPL021084@server1.iiwsi.net"
 type="cite">
  <title></title>
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2900.2604" name="GENERATOR">
  <div align="left" dir="ltr"><font color="#0000ff" face="Arial"
 size="2"><span class="912350207-08042005">Daniel,</span></font></div>
  <div align="left" dir="ltr"><font color="#0000ff" face="Arial"
 size="2"><span class="912350207-08042005"></span></font> </div>
  <div align="left" dir="ltr"><font color="#0000ff" face="Arial"
 size="2"><span class="912350207-08042005">the CSS style sheets of the
workplace can't be found. You should know that since 6.0b1 these are
generated by JSP that get statically exported (in various versions).
Check the HTML source of e.g. the top frame of the explorer and see
where he tries to load the CSS from. Ths JSP sources of the CSS are
located in the VFS in the /system/workplace/commons/style folder.</span></font></div>
<!-- Converted from text/plain format -->
  <p><font size="2">Best Regards,<br>
Alex.<br>
  <br>
Alexander Kandzior<br>
Alkacon Software - The OpenCms Experts<br>
  <a href="http://www.alkacon.com/">http://www.alkacon.com</a><br>
  </font></p>
  <div> </div>
  <pre wrap="">
<hr size="4" width="90%">


_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</a></pre>
</blockquote>
</body>
</html>