Re: [OT] tomcat not letting my app serve up templates

2006-08-10 Thread Rui Pacheco

I have this:


   app
   *.html



On 8/10/06, Dan Adams <[EMAIL PROTECTED]> wrote:


Ok, when I run the app in jetty this works fine and I don't remember
having this problem with other tomcat installs. When I request a path
that is a file that exists on the filesystem, like /admin/Home.html,
then tomcat will server up the template and tapestry never gets to
intepret it. but when i request a short url that is rewritten,
like /article/2, then the app gets to handle it like normal. any ideas?

--
Dan Adams
Senior Software Engineer
Interactive Factory
617.235.5857


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Cumprimentos,
Rui Pacheco


Re: [OT] tomcat not letting my app serve up templates

2006-08-10 Thread Rui Pacheco

Check your web.xml to make sure you configured Tapestry to handle that
particular extension.

On 8/10/06, Dan Adams <[EMAIL PROTECTED]> wrote:


Ok, when I run the app in jetty this works fine and I don't remember
having this problem with other tomcat installs. When I request a path
that is a file that exists on the filesystem, like /admin/Home.html,
then tomcat will server up the template and tapestry never gets to
intepret it. but when i request a short url that is rewritten,
like /article/2, then the app gets to handle it like normal. any ideas?

--
Dan Adams
Senior Software Engineer
Interactive Factory
617.235.5857


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Cumprimentos,
Rui Pacheco


[OT] tomcat not letting my app serve up templates

2006-08-10 Thread Dan Adams
Ok, when I run the app in jetty this works fine and I don't remember
having this problem with other tomcat installs. When I request a path
that is a file that exists on the filesystem, like /admin/Home.html,
then tomcat will server up the template and tapestry never gets to
intepret it. but when i request a short url that is rewritten,
like /article/2, then the app gets to handle it like normal. any ideas?

-- 
Dan Adams
Senior Software Engineer
Interactive Factory
617.235.5857


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]