On 15/04/2010 02:17, Ivan wrote:
> Usually, I trust the real codes more :-)
> Just grep the Tomcat trunk codes with 'ServletContainerInitializer', I only
> found an empty if block in AnnotationProcessor.java file.

That's in the "tomcat-lite" module.

I can't find a reference to ServletContainerInitializer in the main
Tomcat packages.  I built a simple webapp that logs to the console
inside the "onStartup" method, with no output.

As a side note: I'm experimenting with dynamically added Servlets, and
finding that logging isn't occurring when I expect it to, during
undeploy/deploy cycles in the init(ServletConfig config) and destory()
methods.


p


> 2010/4/15 sebb <seb...@gmail.com>
> 
>> The RELEASE-NOTES file says:
>>
>> <snip>
>> =============
>> Bundled APIs:
>> =============
>> A standard installation of Tomcat 7.0 makes all of the following APIs
>> available
>> for use by web applications (by placing them in "lib"):
>> <snip>
>> * servlet-api.jar (Servlet 3.0 API)
>> <snip>
>>
>> On 15/04/2010, Ivan <xhh...@gmail.com> wrote:
>>> Hi,
>>>    Just wonder does Tomcat 7 RC fully support Servlet 3.0 ?  The last
>> time I
>>>  check it, it seems that ServletContainerInitializer has not been
>> implemented
>>>  yet.
>>>    Thanks !
>>>
>>>  2010/4/15 sebb <seb...@gmail.com>
>>>
>>>
>>>  > On 14/04/2010, Mark Thomas <ma...@apache.org> wrote:
>>>  > > On 14/04/2010 21:06, sebb wrote:
>>>  >
>>>  > ...
>>>  >
>>>  > >  > There is a minor problem with the bin/tomcat-juli.jar - the
>> NOTICE
>>>  > says:
>>>  > >  > Copyright 19...@year@
>>>  > >
>>>  > > I'll take a look.
>>>  > >
>>>  >
>>>  > Same problem in extras/tomcat-juli-adapters.jar
>>>  >
>>>
>>>> ---------------------------------------------------------------------
>>>  > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
>>>  > For additional commands, e-mail: dev-h...@tomcat.apache.org
>>>  >
>>>  >
>>>
>>>
>>>
>>> --
>>>
>>> Ivan
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: dev-h...@tomcat.apache.org
>>
>>
> 
> 


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to