RE: Tomcat restart needed

2006-08-01 Thread Peter Crowther
> 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

Re: Tomcat restart needed

2006-08-01 Thread Christopher Schultz
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

Tomcat restart needed

2006-08-01 Thread Luis . Amorim
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