Re: Tomcat 7: Why is JDK needed ?

2011-08-02 Thread Bobi St
Hallo, --- Christopher Schultz ch...@christopherschultz.net schrieb am Di, 2.8.2011: The message is correct as stated; when JAVA_HOME is used, it *must* point to a JDK.  If you want a specific JRE, you must set JRE_HOME, not JAVA_HOME. Well, if JDK is not needed anymore, why bother

Re: Tomcat 7: Why is JDK needed ?

2011-08-01 Thread Bobi St
Thanks to all for the replies. So we dont need JDK_HOME, and the message Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of these environment variable is needed to run this program is obsolete. Best regards, From: Bobi St Date: Thu, 21 Jul 2011 19:58:53 why

Re: Tomcat 7: Why is JDK needed ?

2011-08-01 Thread Mark Thomas
On 01/08/2011 22:27, Bobi St wrote: Thanks to all for the replies. So we dont need JDK_HOME, and the message Correct. Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of these environment variable is needed to run this program is obsolete. Wrong. The

Re: Tomcat 7: Why is JDK needed ?

2011-08-01 Thread Bobi St
Hi, --- Mark Thomas ma...@apache.org schrieb am Mo, 1.8.2011: On 01/08/2011 22:27, Bobi St wrote: So we dont need JDK_HOME, and the message Correct. Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of these environment variable is needed to run this

RE: Tomcat 7: Why is JDK needed ?

2011-08-01 Thread Caldarale, Charles R
From: Bobi St [mailto:temporaryb...@yahoo.de] Subject: Re: Tomcat 7: Why is JDK needed ? it is obsolete in a way, because setting JAVA_HOME to JRE gives the message : NB: JAVA_HOME should point to a JDK not a JRE. The message is correct as stated; when JAVA_HOME is used, it *must* point

RE: Tomcat 7: Why is JDK needed ?

2011-08-01 Thread Bobi St
--- Caldarale, Charles R chuck.caldar...@unisys.com schrieb am Mo, 1.8.2011: it is obsolete in a way, because setting JAVA_HOME to JRE  gives the message : NB: JAVA_HOME should point to a JDK not a JRE. The message is correct as stated; when JAVA_HOME is used, it *must* point to a JDK. 

Re: Tomcat 7: Why is JDK needed ?

2011-08-01 Thread David Kerber
On 8/1/2011 7:18 PM, Bobi St wrote: --- Caldarale, Charles Rchuck.caldar...@unisys.com schrieb am Mo, 1.8.2011: it is obsolete in a way, because setting JAVA_HOME to JRE gives the message : NB: JAVA_HOME should point to a JDK not a JRE. The message is correct as stated; when JAVA_HOME is

Re: Tomcat 7: Why is JDK needed ?

2011-08-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bobi, On 8/1/2011 7:18 PM, Bobi St wrote: The message is correct as stated; when JAVA_HOME is used, it *must* point to a JDK. If you want a specific JRE, you must set JRE_HOME, not JAVA_HOME. Well, if JDK is not needed anymore, why bother

Re: Tomcat 7: Why is JDK needed ?

2011-07-23 Thread Markus Schönhaber
21.07.2011 21:58, Bobi St: why is Why is JDK needed also for Tomcat 7 ? Does it use a compiler, or why not simply using for example jre6 ?!? I have to install always extra JDK because of it ... Who says Tomcat needs a JDK? From

Re: Tomcat 7: Why is JDK needed ?

2011-07-22 Thread Bobi St
, 21.7.2011: Von: Konstantin Kolinko knst.koli...@gmail.com Betreff: Re: Tomcat 7: Why is JDK needed ? An: Tomcat Users List users@tomcat.apache.org Datum: Donnerstag, 21. Juli, 2011 21:09 Uhr 2011/7/22 Justin Randall ran...@hotmail.com: It uses the Java compiler for activities such as compiling JSPs

Re: Tomcat 7: Why is JDK needed ?

2011-07-22 Thread Konstantin Kolinko
2011/7/22 Bobi St temporaryb...@yahoo.de: Oh my, I got confused now :) So, if we dont need JDK; why cannt I start the server w/o having specified exactly a path to JDK. With only JRE_HOME specified it doesnt start. Probably you are doing something wrong. Google for smart questions. Best

Re: Tomcat 7: Why is JDK needed ?

2011-07-22 Thread Bobi St
:) Well, whats wrong, not to specify JDK_HOME if its not needed ?!? or whats wrong in specifying JRE_HOME to jre6 ?!? --- Konstantin Kolinko knst.koli...@gmail.com schrieb am Fr, 22.7.2011: Von: Konstantin Kolinko knst.koli...@gmail.com Betreff: Re: Tomcat 7: Why is JDK needed ? An: Tomcat Users

Re: Tomcat 7: Why is JDK needed ?

2011-07-22 Thread Ognjen Blagojevic
not needed ?!? or whats wrong in specifying JRE_HOME to jre6 ?!? --- Konstantin Kolinkoknst.koli...@gmail.com schrieb am Fr, 22.7.2011: Von: Konstantin Kolinkoknst.koli...@gmail.com Betreff: Re: Tomcat 7: Why is JDK needed ? An: Tomcat Users Listusers@tomcat.apache.org Datum: Freitag, 22. Juli, 2011 10:56

Re: Tomcat 7: Why is JDK needed ?

2011-07-22 Thread Bobi St
, 22.7.2011: Von: Ognjen Blagojevic ognjen.d.blagoje...@gmail.com Betreff: Re: Tomcat 7: Why is JDK needed ? An: Tomcat Users List users@tomcat.apache.org Datum: Freitag, 22. Juli, 2011 12:06 Uhr Bobi, What Konstantin is suggesting, is if you want to get your question answered, you *really* need

Re: Tomcat 7: Why is JDK needed ?

2011-07-22 Thread Konstantin Kolinko
2011/7/22 Bobi St temporaryb...@yahoo.de: sorry, I thought the settings I was asking for, are valid for all OS. So, I'm talking about Tomcat 7. According to some description, it doesn't need JDK anymore. For this reason under Windows (7) I didn't set it at the beginning (neither did I

Re: Tomcat 7: Why is JDK needed ?

2011-07-22 Thread chris derham
I have experienced similar issues to the OP in the past, and just tried again now and still hit them. I can't bear to watch this thread amble along any longer, so I will try to rephrase the question for the OP as he seems unwilling or unable to do so Windows 7 Tomcat 7.0.19 java -version java

Re: Tomcat 7: Why is JDK needed ?

2011-07-22 Thread Mark Thomas
On 22/07/2011 14:06, chris derham wrote: I have experienced similar issues to the OP in the past, and just tried again now and still hit them. I can't bear to watch this thread amble along any longer, so I will try to rephrase the question for the OP as he seems unwilling or unable to do so

Re: Tomcat 7: Why is JDK needed ?

2011-07-22 Thread Ognjen Blagojevic
Blagojevicognjen.d.blagoje...@gmail.com schrieb am Fr, 22.7.2011: Von: Ognjen Blagojevicognjen.d.blagoje...@gmail.com Betreff: Re: Tomcat 7: Why is JDK needed ? An: Tomcat Users Listusers@tomcat.apache.org Datum: Freitag, 22. Juli, 2011 12:06 Uhr Bobi, What Konstantin is suggesting, is if you want to get your

Re: Tomcat 7: Why is JDK needed ?

2011-07-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bobi, On 7/22/2011 8:15 AM, Bobi St wrote: sorry, I thought the settings I was asking for, are valid for all OS. Sometimes, yes. But if you had told us everything up front, if would have been one question and one answer. You would have had your

Tomcat 7: Why is JDK needed ?

2011-07-21 Thread Bobi St
Hi there, why is Why is JDK needed also for Tomcat 7 ? Does it use a compiler, or why not simply using for example jre6 ?!? I have to install always extra JDK because of it ... Best regards,

Re: Tomcat 7: Why is JDK needed ?

2011-07-21 Thread Justin Randall
@tomcat.apache.org Subject: Tomcat 7: Why is JDK needed ? Hi there, why is Why is JDK needed also for Tomcat 7 ? Does it use a compiler, or why not simply using for example jre6 ?!? I have to install always extra JDK because of it ... Best regards

Re: Tomcat 7: Why is JDK needed ?

2011-07-21 Thread Konstantin Kolinko
2011/7/22 Justin Randall ran...@hotmail.com: It uses the Java compiler for activities such as compiling JSPs into Servlets into Java class files. All versions of Tomcat require the JDK. Wrong. All currently supported versions (5.5, 6.0, 7.0) do not use JDK compiler by default even if it is