Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2002 12:13:47 +0100
From:      j mckitrick <jcm@FreeBSD-uk.eu.org>
To:        Michael Westbay <westbay@seaple.icc.ne.jp>
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: Recommended servlet starter tools?
Message-ID:  <20020616121347.A61848@dogma.freebsd-uk.eu.org>
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 %2B0900
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>

next in thread | previous in thread | raw e-mail | index | archive | help
| 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020616121347.A61848>