<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<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>