-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Patrick,

J. Patrick Bedell wrote:
> Hello,
>   Sorry for the offtopic question!
>   How might I configure my servlet container or webapp web.xml so
> that a periodic application performs a cleanup task for my webapp's
> database?  I want to have a cleanup application (say, a particular
> java class) run periodically without triggering it on user input.

Does your cleanup have to run from your webapp? If not, I would
recommend just using a plain-old command-line java program and schedule
it regularly using cron (UNIX) or whatever task scheduler is available
on win32.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFdHan9CaO5/Lv0PARAvo3AJwNKCvyzyauEmj+ktFajAVlimANZQCfSLPT
mYXmQG7UAMEvR+Qfv7o5J4o=
=37TU
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to