Re: tomcat sends every email 3 times

2004-03-31 Thread zhicheng wang
Hi you are right. i configured web.xml to call a servelet or a perl cgi script to send email whenever 404 is encountered. the problem is that i always get three emails for one error any idea? --- Chong Yu Meng [EMAIL PROTECTED] wrote: Hi Cheng, How are you testing this? Do you have a

RE: tomcat sends every email 3 times

2004-03-31 Thread Shapira, Yoav
Hi, you are right. i configured web.xml to call a servelet or a perl cgi script to send email whenever 404 is encountered. the problem is that i always get three emails for one error any idea? Check your servlet and your script obviously ;) No one can help with the little information you've

RE: tomcat sends every email 3 times

2004-03-31 Thread Stephan Markwalder
Hi, Are you testing with IE? I recently heard of a problem with IE requesting the same document multiple times in background. This has something to do with determining the content-type of a document. If IE is not sure about the content-type (perhaps the http header is not present?) and no file

Re: tomcat sends every email 3 times

2004-03-30 Thread Chong Yu Meng
Hi Cheng, How are you testing this? Do you have a servlet that sends emails whenever you get a 404 ? Or when you get a 404, Tomcat directs the request to a JSP or servlet that sends an email ? I'm pretty sure Tomcat does not have a built-in facility that sends email. Regards. zhicheng wang