Re: Filter questions

2010-12-01 Thread Christopher Schultz
-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

RE: Filter questions

2010-12-01 Thread Caldarale, Charles R
> 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

Re: Filter questions

2010-12-01 Thread Pid *
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

Re: Filter questions

2010-12-01 Thread Pid *
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

RE: Filter questions

2010-12-01 Thread Leo Donahue - PLANDEVX
>-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 >

Re: Filter questions

2010-12-01 Thread Pid *
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.' > >

Re: Filter questions

2010-12-01 Thread Martin Kuen
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

Re: Filter questions

2010-12-01 Thread Mark Thomas
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.

Filter questions

2010-12-01 Thread Leo Donahue - PLANDEVX
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