2012/4/20 Christopher Schultz :
> To whom it may concern,
>
> On 4/14/12 3:37 PM, Net Dawg wrote:
>> To your question as to "what point merging algorithms are not
>> followed", please try this inside your application context and you will
>> probably see the same:
>>
>>
>>
>>
>>
>> T
To whom it may concern,
On 4/14/12 3:37 PM, Net Dawg wrote:
> To your question as to "what point merging algorithms are not
> followed", please try this inside your application context and you will
> probably see the same:
>
>
>
>
>
> This seems to tell Tomcat 7, in plain English
In other words, it is NOT merged with container as intended/indicated below in
your message.
From: Konstantin Kolinko
To: Tomcat Developers List
Sent: Friday, April 13, 2012 9:44 AM
Subject: Re: Welcome file list in web.xml treats index.jsp differ
2012/4/13 Net Dawg :
> If a file named index.jsp is declared as a welcome and it is not there in the
> system, tomcat does not allow failover to framework like Tapestry.
It sounds like behaviour that can be controlled by
"resourceOnlyServlets" option in ,
See
http://tomcat.apache.org/tomcat-7.0-d
should be enough to tell tomcat the same thing
- "there are no welcome files"
- Original Message -
From: Net Dawg
To: "dev@tomcat.apache.org"
Cc:
Sent: Friday, April 13, 2012 9:08 AM
Subject: Welcome file list in web.xml treats index.jsp different from oth
If a file named index.jsp is declared as a welcome and it is not there in the
system, tomcat does not allow failover to framework like Tapestry. However, if
a file named Bienvenue.jsp is declared as welcome file, the failover is
allowed.
For details see the following thread:
http://tapest