> From: Tim Funk [mailto:[EMAIL PROTECTED] 
> Subject: Re: Watching a directory for new files
> 
> Various operating system allow hooks to do be notified when 
> items in the filesystem change. But since we're using java
> - thats not the case here 

Tomcat does have the capability of specifying one or more
<WatchedResource> elements inside a <Context> declaration, and reacting
to changes of the specified file system item.  However, that reaction is
to reload the app, which may be a bit more drastic than the OP wanted.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to