| From | Sent On | Attachments |
|---|---|---|
| Durham David Cntr 805CSS/SCBE | Jul 10, 2002 12:21 pm | |
| Shapira, Yoav | Jul 10, 2002 12:31 pm | |
| Durham David Cntr 805CSS/SCBE | Jul 10, 2002 12:34 pm | |
| Shapira, Yoav | Jul 10, 2002 12:39 pm | |
| Durham David Cntr 805CSS/SCBE | Jul 10, 2002 12:47 pm | |
| Craig R. McClanahan | Jul 10, 2002 12:56 pm | |
| Craig R. McClanahan | Jul 10, 2002 12:59 pm |
| Subject: | RE: Context lifecycle Listener configuration | |
|---|---|---|
| From: | Durham David Cntr 805CSS/SCBE (Davi...@scott.af.mil) | |
| Date: | Jul 10, 2002 12:47:52 pm | |
| List: | org.apache.tomcat.users | |
No, I got it thanks.
-----Original Message----- From: Shapira, Yoav [mailto:Yoav...@mpi.com] Sent: Wednesday, July 10, 2002 2:40 PM To: Tomcat Users List Subject: RE: Context lifecycle Listener configuration
Howdy, It's fairly obvious ;) contextInitialized is for start, contextDestroyed is on destroy ;) Are you missing the JavaDoc for some reason?
Yoav Shapira Millennium ChemInformatics
-----Original Message----- From: Durham David Cntr 805CSS/SCBE [mailto:Davi...@scott.af.mil] Sent: Wednesday, July 10, 2002 3:35 PM To: Tomcat Users List Subject: RE: Context lifecycle Listener configuration
How do you know if it's on start on destroy? Methods in the interface?
-----Original Message----- From: Shapira, Yoav [mailto:Yoav...@mpi.com] Sent: Wednesday, July 10, 2002 2:32 PM To: Tomcat Users List Subject: RE: Context lifecycle Listener configuration
Howdy, There is no .... Just create a class that implements the lifecycle listener interface, and put <listener className="your.class.name" /> in the deployment descriptors. C'est tout.
Yoav Shapira Millennium ChemInformatics
-----Original Message-----
From: Durham David Cntr 805CSS/SCBE
[mailto:Davi...@scott.af.mil]
Sent: Wednesday, July 10, 2002 3:21 PM To: tomc...@jakarta.apache.org Subject: Context lifecycle Listener configuration
Can anyone tell me the syntax for adding an on-start listener to a context in tomcat 4
The manual doesn't have much on it other than <Listener className="blah.blah" .../>
What's the ...
Thanks,
Dave





