Re: T4: Servlet mapping problem

2007-10-06 Thread Alejandro Scandroli
Hi Bill Make sure you have these 2 things: In tour web.xml declare your RedirectFilter like this: redirect org.apache.tapestry.RedirectFilter redirect-path /home then in "yourapp".application include this line: I think that's all you need. Saludos. Alejandro

Re: T4: Servlet mapping problem

2007-10-06 Thread Renat Zubairov
Hi As far as I know friendly URLS are automatically mapped to the Page service, but Restart is not a Page service, it's a service on it's own. What you can do, you can create your own engine instance and map it to the URL you want, your Engine would serve the requests the way you need. Renat On

T4: Servlet mapping problem

2007-10-05 Thread Bill Holloway
I haven't seen a lot of coverage on this recently. We have configured friendly urls for services with the usual .svc extension. In our web.xml, we map "/home" to the tapestry servlet rather than "/app". The service links look fine (e.g., http://host/restart.svc) but winds up redirected to /app?