> -----Original Message-----
> From: Mark Nichols [mailto:[EMAIL PROTECTED]]
>   <servlet-mapping>
>     <servlet-name>action</servlet-name>
>     <url-pattern>tiles/*</url-pattern>
>   </servlet-mapping>
> 
> 
> Maybe you need the url-pattern to look like:
> 
> 
>    <url-pattern</tiles/*</url-pattern>
> 
> 
> Note the extra slash at the beginning of the value....
> 
> Mark

Nope, no better. I'm beginning to believe this cannot be done. I believe the
servlet mapping is occurring fine, but the action mapping is failing. 

If I enter the URL http://localhost:7001/tiles/foo/bar

I see the following in the logs

[INFO] RequestProcessor - -Processing a 'GET' for path '/foo/bar'
[ERROR] RequestProcessor - -Invalid path /foo/bar was requested

So it appears the /tiles servlet mapping worked, and the action mapping is
failing.

Thanks anyway

charles
(I am not a lawyer, but often play one in bed)

Reply via email to