> From: alexis [mailto:[email protected]] > Subject: how to start 1 to n daemon threads at deploy time
> as soon tomcat is started and my webapp deployed, start n threads > as daemons waiting for commands. is this possible? Step 1: read the servlet spec. Step 2: implement a ServletContextListener to do whatever you need. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
