Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 27115 invoked from network); 1 Sep 2006 14:45:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Sep 2006 14:45:33 -0000 Received: (qmail 65567 invoked by uid 500); 1 Sep 2006 14:45:21 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 65543 invoked by uid 500); 1 Sep 2006 14:45:20 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 65532 invoked by uid 99); 1 Sep 2006 14:45:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Sep 2006 07:45:20 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of marcio@wx7.com.br designates 200.234.205.136 as permitted sender) Received: from [200.234.205.136] (HELO hm184.locaweb.com.br) (200.234.205.136) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 01 Sep 2006 07:45:19 -0700 Received: (qmail 23231 invoked from network); 1 Sep 2006 14:45:01 -0000 Received: from unknown (10.1.10.169) by hm184.locaweb.com.br with QMTP; 1 Sep 2006 14:45:01 -0000 Received: (qmail 18092 invoked by uid 67315); 1 Sep 2006 14:45:04 -0000 Message-ID: <20060901144504.18091.qmail@hm169.locaweb.com.br> From: "Marcio Camurati" Date: Fri, 1 Sep 2006 11:45:04 -0300 To: "Tomcat Users List" Subject: Problem with Mod_JK 1.2.15 and 1.2.18 References: In-Reply-To: X-Mailer: LocaMail X-IPAddress: 201.21.99.33 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi everyone, We have a application that run at the Tomcat container. This application was made at the Tomcat 4.1 using the Mod_jk 1.2.12 with this configuration the application run perfectly without any problem, at this days we want to make an upgrade at the servers to use the new Mod_Jk 1.2.15 or 1.2.18, but when we do this the application broken. The problem is that with this new Mod_jk the Exceptions was never call for example at this code: [code] try { while (true) { out.println("Nonononononnoonnonono"); try { Thread.Sleep(1000); } catch(Exception ex) {} } } catch(Exception ex) { try { BufferedWriter writer = new BufferedWriter(new FileWriter("/srv/www/default/html/log/exception.txt")); writer.write("Eror !"); writer.close(); writer = null; } catch (IOException ioe) { ioe.printStackTrace(); } } [/code] When the brownser is closed the server never create the file (exception.txt) it will only create this file when the Tomcat is shuted down, with the older version 1.2.12 or oldest the server always call this exception beforer 1 or 2 seconds and create the file. We open at the Bugzila a report of this problem (http://issues.apache.org/bugzilla/show_bug.cgi?id=39290) but didn't have any help to fix it. Thanx. Marcio Camurati --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org