-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Len,
On 11/2/2010 5:05 PM, Len Popp wrote:
> I would use a ServletContextListener. It gets notified when the webapp
> is initialized and destroyed.
The only problem with this is that you may encounter problems with
re-deployment when those COM object
On 02/11/2010 22:23, Leo Donahue - PLANDEVX wrote:
>> -Original Message-
>> From: Len Popp [mailto:len.p...@gmail.com]
>> Subject: Re: Release COM Objects
>>
>> I would use a ServletContextListener. It gets notified when the webapp
>> is ini
On 02/11/2010 22:05, Len Popp wrote:
> I would use a ServletContextListener. It gets notified when the webapp
> is initialized and destroyed.
+1
init happens before servlets shutdown, destroy happens after.
p
> --
> Len
>
>
>
> On Tue, Nov 2, 2010 at 14:53, Leo Donahue - PLANDEVX
> wrote:
>
>-Original Message-
>From: Len Popp [mailto:len.p...@gmail.com]
>Subject: Re: Release COM Objects
>
>I would use a ServletContextListener. It gets notified when the webapp
>is initialized and destroyed.
>--
>Len
Filter vs ServletContextListener.
When does Tomcat
I would use a ServletContextListener. It gets notified when the webapp
is initialized and destroyed.
--
Len
On Tue, Nov 2, 2010 at 14:53, Leo Donahue - PLANDEVX
wrote:
> http://j-integra.intrinsyc.com/support/com/doc/gc/index.html
>
> #4 com.linar.jintegra.Cleaner.releaseAll();
>
> Can Tomcat c
Ideally - you would do this as a servlet filter and configured as part
of the webapp. So when the filter is destroyed - it unregisters the object.
-Tim
On 11/2/2010 2:53 PM, Leo Donahue - PLANDEVX wrote:
http://j-integra.intrinsyc.com/support/com/doc/gc/index.html
#4 com.linar.jintegra.Cleane
http://j-integra.intrinsyc.com/support/com/doc/gc/index.html
#4 com.linar.jintegra.Cleaner.releaseAll();
Can Tomcat call this method prior to shutting down as a windows service? If so
where would I configure this?
JSF 1.2 (Sun RI) mojarra-1.2
Tomcat running as a windows service
Using CATAL