Oh, really sorry for the false alarm. I had some unnecessary servlet and
filter mappings defined in my web.xml. It's ok now.
Best,
Nikola
On Sat, Apr 30, 2011 at 1:22 AM, Howard Lewis Ship wrote:
> Tapestry specifically doesn't handle requests for actual resources,
> such as your test.html. Is
Tapestry specifically doesn't handle requests for actual resources,
such as your test.html. Is there anything else in your web.xml?
On Fri, Apr 29, 2011 at 8:09 AM, Nikola Milikic
wrote:
> Hi all,
>
> I suppose this is a trivial question, but couldn't make it work. I want to
> have a static html
stry users
Subject: Re: Static HTML ...
Date: Wed, 20 Jan 2010 09:10:11 -0200
On Wed, 20 Jan 2010 07:50:26 -0200, Olle Hallin wrote:
> You could place them anywhere you like under the web context, but you
> must tell Tapestry to ignore them:
Unless your HTML file has the same URL as so
On Wed, 20 Jan 2010 07:50:26 -0200, Olle Hallin wrote:
You could place them anywhere you like under the web context, but you
must tell Tapestry to ignore them:
Unless your HTML file has the same URL as some Tapestry page, there's no
need for that. Tapestry already ignores requests for page
You could place them anywhere you like under the web context, but you must
tell Tapestry to ignore them:
Add to AppModule.java:
public void contributeIgnoredPathsFilter(Configuration
configuration) {
configuration.add("/my-static-stuff/*");
}
Olle Hallin
Senior Java Developer an