From owner-freebsd-java Sun Jun 16 4:14: 1 2002 Delivered-To: freebsd-java@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 5905037B41E for ; Sun, 16 Jun 2002 04:13:57 -0700 (PDT) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #7) id 17JXyf-000Oq4-00; Sun, 16 Jun 2002 12:13:49 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.6/8.11.1) id g5GBDm461878; Sun, 16 Jun 2002 12:13:48 +0100 (BST) (envelope-from jcm) Date: Sun, 16 Jun 2002 12:13:47 +0100 From: j mckitrick To: Michael Westbay Cc: freebsd-java@FreeBSD.ORG Subject: Re: Recommended servlet starter tools? Message-ID: <20020616121347.A61848@dogma.freebsd-uk.eu.org> References: <20020614030118.A41033@dogma.freebsd-uk.eu.org> <200206150839.04380.westbay@seaple.icc.ne.jp> <20020616040848.A59622@dogma.freebsd-uk.eu.org> <200206161644.53787.westbay@seaple.icc.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200206161644.53787.westbay@seaple.icc.ne.jp>; from westbay@seaple.icc.ne.jp on Sun, Jun 16, 2002 at 04:44:53PM +0900 X-Scanner: exiscan *17JXyf-000Oq4-00*c11mzGE56.U* (Manchester Computing, University of Manchester) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org | other pages, you need to learn what gets automatically recompiled and what | doesn't. This is something I know very little about. I know nothing about JSP and/or web design, so I'll have to pick up the details as I go along. However, I'm planning on doing most of my coding as backend stuff, as opposed to dynamic web page content. | > If I have OpenJIT installed an showing up in 'java -version' does this | > mean Tomcat is compiled and then run natively? | | I don't understand the question. Tomcat is compiled and run under the JVM. | OpenJIT will help out the JVM by converting and executing parts of the Java | byte code to native code. That's what a JIT does, to my understanding. I guess my question is how do I know for sure the JIT is activated and being used? Are there constraints on when it is applied, or is it automatically applied to every java class as soon as I define JAVA_COMPILER in my profile? jm -- There are only 10 types of people in this world: those who understand binary, and those who don't. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message