users@servlet-spec.java.net

[servlet-spec users] [jsr340-experts] Re: Clarification on instance of ServletContainerInitializer

From: Shing Wai Chan <shing.wai.chan_at_oracle.com>
Date: Wed, 08 Aug 2012 12:50:25 -0700

Hello experts,

Look like we have agreement on this minor change, I will update the spec
with this change on Friday (8/10) COB.

Shing Wai Chan

On 8/2/12 1:55 PM, Shing Wai Chan wrote:
> In 8.2.4 of Servlet 3.0, we have
> "An instance of the ServletContainerInitializer is looked up via the
> jar services API by the container at container / application startup
> time."
>
> I would like to clarify that an instance of
> ServletContainerInitializer is created for each web application.
> Proposed changes:
> "*The ServletContainerInitializer class* is looked up via the jar
> services API.
> *For each application,* an instance of the ServletContainerInitializer
> *is created* by the container at *application* startup time."
>
> Please let me know if there is any comment.
> Shing Wai Chan