> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> In my web application, I have a thread running in the background that
> sends emails to the user when some event occurs.
> However, yesterday it stopped sending emails.
[...]
> My question is: why did this happen, why was necessary to
> resta
Luis,
> My question is: why did this happen, why was necessary to restart tomcat
> to get things right?
This could have happened for lots of reasons. You'll to check your log
files to see if you got any exceptions or anything like that.
Specifically, check your application's log file (if you are
Hi.
In my web application, I have a thread running in the background that
sends emails to the user when some event occurs.
However, yesterday it stopped sending emails. I've checked catalina.out
log and there was no exception in there, apparently it was all ok. So,
I've restarted tomcat and thi