Rob Elliott wrote:
> The servlet will simply launch a Timer Task that will periodically obtain a
> list of files under /foo/bar, examine their timestamps and delete the file
> if its shelflife has expired. There is no requirement to expose anything...

I don't see a reason why your timer task should not be able to access /foo/bar 
and do it's work with the files there. Unless you're running Tomcat with the 
security manager. In this case you'd propably have to add a rule to 
conf/catalina.policy that allows access to /foo/bar.

Regards
  mks

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