You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Roberto Marra <rm...@montefiore.ch> on 2005/03/16 14:42:28 UTC

problem reading resource

Hi all again,
I don't understand why I got this error reading a resource in the access.log file

WARN    (2005-03-16) 14:35.04:598   [access] (/menu/menu.css) PoolThread-3/CocoonServlet: Connection reset by peer: socket write error

Im trying to read a .css file & the sitemap is simply:

<map:match pattern="**.css"><map:read src="{1}.css"/></map:match>

Any suggestion for this?

Thanx again,
ROb

Re: problem reading resource

Posted by Jorge Davila <is...@nicaraguarealestate.com>.
>>From the cocoon documentation I read:

===========================================================
A string containing two asterisks ('**') matches zero or more
characters. This could include the path separator '/'. In this case,
"/cocoon/docs/index.html" would successfully match the '/**/*.html'
pattern. The double asterisk, including the path separator, would match
the "cocoon/docs" string.
===========================================================

If the match pattern is correct you can see the file permissions if
check if the permission are correct ... 


El mié, 16-03-2005 a las 14:42 +0100, Roberto Marra escribió:
> Hi all again,
> I don't understand why I got this error reading a resource in the
> access.log file
>  
> WARN    (2005-03-16) 14:35.04:598   [access] (/menu/menu.css)
> PoolThread-3/CocoonServlet: Connection reset by peer: socket write
> error
>  
> Im trying to read a .css file & the sitemap is simply:
>  
> <map:match pattern="**.css"><map:read src="{1}.css"/></map:match>
>  
> Any suggestion for this?
>  
> Thanx again,
> ROb


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org