I would strongly advise against using the Swing timer object. Try using achristopher is right you should not use SWING objetcts in your J2EE environement...
java.util.Timer object instead. I use this in a servlet to perform
automatic daily backups and other automated tasks.
a google search can point you to different projects with CRON implementations in Java....
my 2 pieces
Jerome
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]