> Date: Wed, Apr 11, 2007 at 04:53:23AM -0700
> Subject: [Resin-interest] Resin  Path-mapping problem
>
> 
> This works just fine:
> 
> <path-mapping url-pattern='/folder1/*' real-path='c:\real_folder'/>
> 
> This don't work at all:
> 
> <path-mapping url-pattern='/folder1/folder2/*' real-path='c:\real_folder'/>
> 
> When entering the url: domain.com/folder1/folder2/ I get 404 - page not
> found. - Why?

Debug logging is useful for a situation like this.  It will show in the
log the mapping that occurs when you make a request, and reveal where
Resin is trying to find the file.

-- Sam



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to