> From: Pedro Rodrigo Cardiel [mailto:prod...@unizar.es] 
> Subject: Late start of context

> I need that when tomcat starts, some applications may not 
> start until after a certain time (delay).

What do you expect to happen when requests arrive for the non-started webapp 
during the delay period?

Generally, any synchronization with external events that the webapp may require 
is entirely the responsibility of the webapp.  You can possibly achieve what 
you want with some external script that interfaces with the Tomcat manager app 
(text, not GUI, version) to start and stop a webapp.

 - 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.


Reply via email to