Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 59649 invoked from network); 13 Dec 2000 03:53:53 -0000 Received: from chmls06.mediaone.net (24.147.1.144) by locus.apache.org with SMTP; 13 Dec 2000 03:53:53 -0000 Received: from h000094b62ef1 (h000094b62ef1.ne.mediaone.net [24.128.25.40]) by chmls06.mediaone.net (8.8.7/8.8.7) with SMTP id WAA05400; Tue, 12 Dec 2000 22:53:52 -0500 (EST) From: "Scott Stirling" To: Cc: Subject: RE: Compiling JSP's with debugging info in Tomcat 3.3 Date: Tue, 12 Dec 2000 22:51:16 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <3A36693F.5E5F5777@eng.sun.com> Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi Craig, I've known this JSR has been going on for quite a while, but is it more than pie in the sky? I thought it was one of those zombie JSRs, like the standard tag library (JSR-052) and the JSP/Servlet benchmark (JSR-039)... Is this an active one that you know of? A big problem with several of the JSRs just in J2EE-land is that there aren't enough experts to go around; the same people in the industry are responsible for 3-5 JSRs. Even if they're on related subjects, there's too much to keep up with. Scott Stirling Allaire Corp. (Note: Allaire is listed as a member of the expert group on JSR-045 (the debug non-Java languages one), but I'm not involved) -----Original Message----- From: Craig R. McClanahan [mailto:Craig.McClanahan@eng.sun.com] Sent: Tuesday, December 12, 2000 1:07 PM To: tomcat-dev@jakarta.apache.org Subject: Re: Compiling JSP's with debugging info in Tomcat 3.3 Larry Isaacs wrote: > > In addition to specifying these JSP options, I'm looking for a way to > alter the defaults that get used when these options aren't specified in > server.xml. My target is to be able run Tomcat in debugging and > non-debugging situations using the same server.xml and without modifying > server.xml to switch. Not having to ask the user to modify server.xml > helps avoid a potential source of errors and avoids the need to document > it for someone who might not be familiar with Tomcat. > > So far, my best guess is to support a JSP defaults string like that > described in the earlier e-mail and obtain this string from a System > property, or perhaps a command line argument. My preference would be > as a System property. > One thing you should keep in mind, on the general issue of debugging information, is that there is a Java Specification Request (JSR-045) currently under way which will standardize mechanisms for storing debugging information for non-Java languages that are translated into Java source code -- JSPs being an obvious example -- into the class files themselves. Jasper in the 4.x tree is going to track the results of that effort when they come out. You can get more information about JSR-045 at the Java Community Process web site . > > Cheers, > Larry Craig