----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It does have a search feature!
We cannot guess what you are trying to do:
#1. Include version numbers for all software.
#2. Include relevant configuration settings.
#3. Include full descriptions of the problem.
Got Linux? Seeing lots of java processes?
<http://java.apache.org/faq/?file=274>
----------------------------------------------------
Hey, it's unix! (kind of :-)
You can always write a script
green-java:
#!/bin/sh
exec /usr/lib/jdk1.1.7/bin/java -green "$@"
and use that script as your java in jserv config.
>
>Serv Environment ? on Apache/Jserv
>
>I'm running Apache 1.3.6 on linux with Jserv 1.x.
>Recently, I've upgraded my JDK 1.1.5 to blackdown's
>JDK1.2pre-v2. Before the upgrade my "javac" and
>server environment used the greenthreads, since my
>switch to JDK1.2 my JDK is defaulting to the native
>threads which is causing some kind of crash dump in my
>JVM whenever I "javac" or a .jhtml or servlet is invoked
>from the browser. By using "javac -green filename.java"
>I'm specifying the use of greenthreads, and everything
>then compiles correctly since it knows to use greenthreads.
>
>My question is, is there anyway I can have my environment
>default back to the greenthreads so that (A) I don't have
>to type "javac -green filename" to compile my code, and
>(B) so that upon a web request it knows to use greenthreads
>instead of defaulting to the native threads?
>
>Thanks
>- Larry
>
Ciao,
Carsten Heyl
Carsten Heyl [EMAIL PROTECTED]
NADS - Solutions on Nets http://www.nads.de/
NADS GmbH http://www.pixelboxx.de/
Hildebrandtstr. 4E Tel.: +49 211 933 02-90
D-40215 Duesseldorf Fax.: +49 211 933 02-93
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]