Caldarale, Charles R wrote:
>
>> From: Matthew Thomas Broadhead [mailto:[EMAIL PROTECTED]
>> Subject: server mapping behaviour when directory structure
>> mirrors mappings
>>
>>
>> Sales
>> /sales
>>
>
> If you look at the
> From: Matthew Thomas Broadhead [mailto:[EMAIL PROTECTED]
> Subject: server mapping behaviour when directory structure
> mirrors mappings
>
>
> Sales
> /sales
>
If you look at the servlet spec (section 11.2), you'll see that the
above is not vali
Recently upgraded Tomcat from version 4.1.31 to 6.0.14.
In my webapp I mapped servlets to paths without extensions
e.g.
Sales
/sales
Then in the root of the webapp there is a directory with the same
name (e.g. sales) in which all the resources for that servlet are
stored.