Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 10297 invoked from network); 1 Apr 2000 23:40:27 -0000 Received: from nls.net (HELO mail.nls.net) (216.144.3.10) by locus.apache.org with SMTP; 1 Apr 2000 23:40:27 -0000 Received: from [207.71.222.195] by mail.nls.net (NTMail 5.03.0001/NT8427.04.1da0ea15) with ESMTP id upltjaaa for tomcat-user@jakarta.apache.org; Sat, 1 Apr 2000 18:40:49 -0500 From: "Randall Parker" To: "Tomcat User List" Date: Sat, 01 Apr 2000 15:37:57 -0800 Reply-To: "Randall Parker" Priority: Normal X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Do exceptions get routed to a log file? Message-Id: <23404954461418@nls.net> X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N If a servlet throws an exception that it does not itself catch then does Tomcat 3.1b1 catch and print the servlet message to a log file? I've moved a working app from NT4 with Tomcat 3.0 to Linux 6.03 with JDK 1.2.2 and Tomcat 3.1b1 and have made various changes that I think ought to make server.xml and other files compatible. But my pages return rather brief errors. For instance: Error: 404 Location: /webapps/admin/UserLoginManager null Short of configuring a remote debugger (anyone want to suggest one that they like?) is there a good way to figure out what is causing this?