On 26.04.2010 06:46, Konstantin Kolinko wrote:
2010/4/23 Mark Thomas:
On 23/04/2010 12:30, Rainer Jung wrote:
On 23.04.2010 12:04, Mark Thomas wrote:
On 23/04/2010 10:51, Rainer Jung wrote:
On 22.04.2010 18:51, Mark Thomas wrote:
On 22/04/2010 17:40, Rainer Jung wrote:
Experimenting on the
On 26/04/2010 05:46, Konstantin Kolinko wrote:
> If there are resources in the web application for the same path as
> covered by an alias, these webapp resources will be ignored? I.e.,
> configuring an alias in context.xml can be used to overwrite parts of
> the web application?
Correct.
Mark
2010/4/23 Mark Thomas :
> On 23/04/2010 12:30, Rainer Jung wrote:
>> On 23.04.2010 12:04, Mark Thomas wrote:
>>> On 23/04/2010 10:51, Rainer Jung wrote:
On 22.04.2010 18:51, Mark Thomas wrote:
> On 22/04/2010 17:40, Rainer Jung wrote:
>> Experimenting on the extreme side of things: whe
On 23/04/2010 12:30, Rainer Jung wrote:
> On 23.04.2010 12:04, Mark Thomas wrote:
>> On 23/04/2010 10:51, Rainer Jung wrote:
>>> On 22.04.2010 18:51, Mark Thomas wrote:
On 22/04/2010 17:40, Rainer Jung wrote:
> Experimenting on the extreme side of things: when trying to use
> aliases="
On 23.04.2010 12:04, Mark Thomas wrote:
On 23/04/2010 10:51, Rainer Jung wrote:
On 22.04.2010 18:51, Mark Thomas wrote:
On 22/04/2010 17:40, Rainer Jung wrote:
Experimenting on the extreme side of things: when trying to use
aliases="/=/some/path" I can't get any resource to load:
- there is /
On 23/04/2010 10:51, Rainer Jung wrote:
> On 22.04.2010 18:51, Mark Thomas wrote:
>> On 22/04/2010 17:40, Rainer Jung wrote:
>>> Experimenting on the extreme side of things: when trying to use
>>> aliases="/=/some/path" I can't get any resource to load:
>>>
>>> - there is /some/path/test.properties
On 22.04.2010 18:51, Mark Thomas wrote:
On 22/04/2010 17:40, Rainer Jung wrote:
Experimenting on the extreme side of things: when trying to use
aliases="/=/some/path" I can't get any resource to load:
- there is /some/path/test.properties
- servletContext().getResourceAsStream("/test.properties
On 22/04/2010 17:40, Rainer Jung wrote:
> Experimenting on the extreme side of things: when trying to use
> aliases="/=/some/path" I can't get any resource to load:
>
> - there is /some/path/test.properties
> - servletContext().getResourceAsStream("/test.properties") returns null.
>
> It works, o
Experimenting on the extreme side of things: when trying to use
aliases="/=/some/path" I can't get any resource to load:
- there is /some/path/test.properties
- servletContext().getResourceAsStream("/test.properties") returns null.
It works, once I use aliases="/myapp=/some/path" and
servletCo