-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
On 12/1/2010 12:53 PM, Caldarale, Charles R wrote:
>> From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov]
>> Subject: RE: Filter questions
>
>> In the meantime I was trying to understand how/when
> From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov]
> Subject: RE: Filter questions
> In the meantime I was trying to understand how/when "servletness" occurs.
Within Tomcat, always.
> http://localhost:8080 will load index.html, because of the welcom
On 1 Dec 2010, at 17:28, Leo Donahue - PLANDEVX
wrote:
>> -Original Message-
>> From: Pid * [mailto:p...@pidster.com]
>> Subject: Re: Filter questions
>>
>> On 1 Dec 2010, at 14:35, Leo Donahue - PLANDEVX
>> wrote:
>>
>>> Servlet Spe
On 1 Dec 2010, at 17:28, Leo Donahue - PLANDEVX
wrote:
>> -Original Message-
>> From: Pid * [mailto:p...@pidster.com]
>> Subject: Re: Filter questions
>>
>> On 1 Dec 2010, at 14:35, Leo Donahue - PLANDEVX
>> wrote:
>>
>>> Servlet Spe
>-Original Message-
>From: Pid * [mailto:p...@pidster.com]
>Subject: Re: Filter questions
>
>On 1 Dec 2010, at 14:35, Leo Donahue - PLANDEVX
> wrote:
>
>> Servlet Spec 2.5
>> SRV.6.2.1
>>
>> "The container provides the filter config as
>
On 1 Dec 2010, at 14:35, Leo Donahue - PLANDEVX
wrote:
> Servlet Spec 2.5
> SRV.6.2.1
>
> "The container provides the filter config as
> declared in the filter's deployment descriptor, the reference to the
> ServletContext
> for the Web application, and the set of initialization parameters.'
>
>
Hi Leo,
you can use the terms "servletcontext" and "webapplication" interchangeably.
http://tomcat.apache.org/tomcat-6.0-doc/introduction.html
See Terminology
Best Regards,
Martin
On Wed, Dec 1, 2010 at 3:34 PM, Leo Donahue - PLANDEVX <
leodona...@mail.maricopa.gov> wrote:
> Servlet Spec 2.5
On 01/12/2010 14:34, Leo Donahue - PLANDEVX wrote:
> Servlet Spec 2.5
> SRV.6.2.1
>
> "The container provides the filter config as
> declared in the filter's deployment descriptor, the reference to the
> ServletContext
> for the Web application, and the set of initialization parameters.'
>
> 1.
Servlet Spec 2.5
SRV.6.2.1
"The container provides the filter config as
declared in the filter's deployment descriptor, the reference to the
ServletContext
for the Web application, and the set of initialization parameters.'
1. How does Tomcat get a reference to a ServletContext before any s