<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2838" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV dir=ltr align=left><SPAN class=840311620-30032006><FONT face=Arial 
color=#0000ff size=2>I couldn't get the 'no-jk' variable approach to work, so 
instead I used the more standard</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=840311620-30032006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=840311620-30032006>    <FONT 
face=Arial color=#0000ff size=2>JkUnmount /export/</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=840311620-30032006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=840311620-30032006><FONT face=Arial 
color=#0000ff size=2>which means "don't use mod_jk for requests beginning 
/export/".  Maybe you could try that.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=840311620-30032006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=840311620-30032006><FONT face=Arial 
color=#0000ff size=2>Jon</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> opencms-dev-bounces@opencms.org 
[mailto:opencms-dev-bounces@opencms.org] <B>On Behalf Of 
</B>Wils<BR><B>Sent:</B> 30 March 2006 20:35<BR><B>To:</B> 
opencms-dev@opencms.org<BR><B>Subject:</B> [opencms-dev] Export 
>>>/export/system/workplace/commons/style/workplace.css<BR><B>Importance:</B> 
High<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><FONT face=Arial size=2>Please,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>i dont know...i will try more steps...but i cant 
publish 
the:<BR>/export/system/workplace/commons/style/workplace.css</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I am using Sebastian How To, mod_jk, 
etc...<BR><BR>My virtual host 
is:<BR><BR>        # If the requested URI is 
static content do not forward the 
request<BR>        SetEnvIfNoCase Request_URI 
^/export/.*$ no-jk</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>        
RewriteEngine on<BR>        RewriteLog 
logs/rewrite.log</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>        # If the 
requested URI is NOT located in the resources 
folder.<BR>        # Prepend an 
/opencms/opencms to everything that does not already starts with 
it<BR>        # and force the result to be 
handled by the next URI-handler ([PT]) (JkMount in this case)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>        
RewriteCond %{REQUEST_URI} 
!^/opencms/resources/.*$<BR>        
RewriteCond %{REQUEST_URI} 
!^/export/.*<BR>        RewriteRule 
!^/opencms/opencms/(.*)$ /opencms/opencms%{REQUEST_URI} [PT]</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>        # These 
are the settings for static export. If the requested resource is not 
already<BR>        # statically exported 
create a new request to the opencms404 handler. This has to 
be<BR>        # a new request, because the 
current would net get through mod_jk because of the "no-jk" var.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>        
RewriteCond %{REQUEST_URI} 
^/export/.*$<BR>        RewriteCond 
"%{DOCUMENT_ROOT}%{REQUEST_FILENAME}" 
!-f<BR>        RewriteCond 
"%{DOCUMENT_ROOT}%{REQUEST_FILENAME}/index_export.html" 
!-f<BR>#        RewriteRule .* 
/opencms/opencms/handle404?exporturi=%{REQUEST_URI}&%{QUERY_STRING} 
[P]<BR>        RewriteRule .* 
/opencms/opencms/handle404?exporturi=%{REQUEST_URI}&%{QUERY_STRING} 
[R]</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>         # 
If the request starts with /opencms/resources, delete the /opencms 
prefix<BR>        RewriteCond %{REQUEST_URI} 
^/opencms/resources/.*$<BR>        
RewriteRule ^/opencms/(.*)$ /$1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>        
DocumentRoot 
"/home/www/tomcat-5/webapps/opencms/"<BR>        
JkMount /* ocms<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Someone help me?<BR>Tks</FONT></DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT></BODY></HTML>