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 42957 invoked from network); 3 Aug 2000 22:57:25 -0000 Received: from sparrow.uchicago.edu (HELO sparrow.secns.uchicago.edu) (128.135.168.100) by locus.apache.org with SMTP; 3 Aug 2000 22:57:25 -0000 Received: from kestrel ([128.135.99.14]) by sparrow.secns.uchicago.edu over TLS secured channel with Microsoft SMTPSVC(5.0.2195.1600); Thu, 3 Aug 2000 17:57:21 -0500 Message-ID: <03b001bffd9e$2e8aed60$0e638780@secns.uchicago.edu> From: "Jonathan Eric Miller" To: "Tomcat User" Subject: How to disable JVM JIT compiler with Tomcat? Date: Thu, 3 Aug 2000 17:57:21 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 03 Aug 2000 22:57:21.0780 (UTC) FILETIME=[2E946340:01BFFD9E] X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Can someone please tell me the easiest way to disable the JVM JIT compiler with Tomcat? I just need to figure out how to pass the -Djava.compiler=none option to Tomcat so that I can see the line numbers for when I am debugging my programs. If you have a modified startup.sh that does this, if you can send it to me, that would be great. NOTE, PLEASE REPLY TO JEMILLER@UCHICAGO.EDU AS I'M NOT CURRENTLY SUBSCRIBED TO THIS LIST. Thanks, Jon