[opencms-dev] mod_proxy and workspace.css

Jonathan Woods jonathan.woods at scintillance.com
Sat May 27 16:24:16 CEST 2006


Like some other system resources, workspace.css is 'statically exported'
(written from VFS to RFS) on demand; and the RFS location it's written to
will be <opencms root>/WEB-INF/export/system/work......  So clearly the
stsatic export part of your set-up isn't working.  This may be linked to the
missing step re the workspace JSP, which is this: edit
/system/workplace/views/top_js.jsp (for 6.2.x) or
/system/workplace/views/top_fs.jsp (for 6.0.4) and locate the line which
says

	this.servpath="<%= OpenCms.getSystemInfo().getOpenCmsContext() %>";

to say

	this.servpath="<%= OpenCms.getStaticExportManager().getVfsPrefix()
%>";

This says to OpenCms that it should regard OpenCms-managed URIs as beginning
with the VFS prefix configured in opencms-importexport.xml (which, slightly
misleadingly, also controls URI generation for non-exported resources.

Hope this helps.

Jon

-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Marc Johnen
Sent: 27 May 2006 13:55
To: opencms-dev at opencms.org
Subject: [opencms-dev] mod_proxy and workspace.css

hello everyone,

i (carefully) followed the instructions of the documentation to "cut off"
the "opencms/opencms" and it is working fine so far. i'm only encountering
one problem. the workspace.css can not be found at
"/export/system/workplace/commons/style/workplace.css",
after the modifications
it should be "/system/workplace/commons/style/workplace.css", if i'm
correct.
also i think in earlier versions of the documentation there was some kind of
reference of changing one of the workspace-jsps, i can't find that anymore
though.
the workspace is not really usable without the correct css and my
understanding of opencms is not sufficient to correct the problem. hope
someone knows what to do.
thanks and greetings
marc, berlin



_______________________________________________
This mail is sent to you from the opencms-dev mailing list To change your
list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev





More information about the opencms-dev mailing list