Asaf Lahav wrote:
> Is it possible to stop the tomcat shutdown sequence from with in the context
> listener contextDestroyed function?
No. The shutdown process has already started for the application and a
number of other components have already been stopped.
Mark
---
ahav [mailto:[EMAIL PROTECTED]
Sent: Monday, May 29, 2006 1:24 PM
To: 'Tomcat Users List'
Subject: RE: Run class in the start up of Tomcat
Thanks Juanjo,
That link helped.
Asaf Lahav
VP R&D, Prima Grid LTD.
Cellular: 972-54-4717955
Phone: 972-3-6540255
: Re: Run class in the start up of Tomcat
Hi,
I don't know if i'm understanding well, but my English is very bad...
sorry.
I used, like you, the ServletContextListener. I only used two methods,
contextInitialized and contextDestroyed, to monitor when Tomcat start or
stop, buy ther
b.xml:
starters.ContextServletsTest
For some reason its not working and I can't figure it out.
Apperently I did every thing as required. Yet it doesn't function at all.
Thanks in advance,
Asaf Lahav
VP R&D, Prima Grid LTD.
Cellular: 972-54-4717955
as required. Yet it doesn't function at all.
Thanks in advance,
Asaf Lahav
VP R&D, Prima Grid LTD.
Cellular: 972-54-4717955
Phone: 972-3-6540255
Fax: 972-3-6540254
-Original Message-
From: Parsons Technical Services [mailto:[EMAIL PROTECTED]
Sent:
need to look into the class loader for Tomcat.
http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html
Doug
- Original Message -
From: "Juanjo Cuadrado" <[EMAIL PROTECTED]>
To:
Sent: Monday, May 15, 2006 5:08 PM
Subject: Run class in the start up of Tomcat
H
Hi,
I'm trying to run a class in startup of Tomcat. I think that this was
possible in others versions of Tomcat (I just started with Tomcat 5). I
think that it was a property in someone element of server.xml that allowed
this.
Anyone can help me? I hope that yes ;) tx