RE: Rep. : Executing custom action on deploy

2005-10-11 Thread Robert Graf-Waczenski
of your web application. Robert -Original Message- From: Antony GUILLOTEAU [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 11:38 AM To: tomcat-user@jakarta.apache.org Subject: Rep. : Executing custom action on deploy In your web.xml file, declare a servlet like

Executing custom action on deploy

2005-10-07 Thread Matteo Miraz
Hi! I'm writing a web application for tomcat and I have a strange request: I would like to execute an initializing function in order to initialize correctly my applicaiton when it becomes available (deployed into tomcat or tomcat itself is started) I have written such behaviour in a method, so

RE: Executing custom action on deploy [255816:132346]

2005-10-07 Thread RTE - Meridian Club
[EMAIL PROTECTED] Received: 10/7/2005 5:30 PM To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Executing custom action on deploy Hi! I'm writing a web application for tomcat and I have a strange request: I would like to execute an initializing function in order to initialize

RE: Executing custom action on deploy

2005-10-07 Thread Caldarale, Charles R
From: Matteo Miraz [mailto:[EMAIL PROTECTED] Subject: Executing custom action on deploy I have written such behaviour in a method, so what can I do to execute it? Sounds like you need a ContextListener. Read the spec: http://jcp.org/aboutJava/communityprocess/final/jsr154/index.html

RE: Executing custom action on deploy [255827:132357]

2005-10-07 Thread RTE - Meridian Club
, Charles R [EMAIL PROTECTED] Received: 10/7/2005 6:09 PM To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: RE: Executing custom action on deploy From: Matteo Miraz [mailto:[EMAIL PROTECTED] Subject: Executing custom action on deploy I have written such behaviour in a method, so