RE: Is it necessary to use a jdk with tomcat?

2003-02-24 Thread Shapira, Yoav

Howdy,
Technically, as things are right now, if you don't have JSPs that need
to be compiled at runtime, you can use the JRE.  If you have JSPs and
want to use the JRE, pre-compile your JSPs using JspC.

However, please note that the official tomcat requirement for
installation is the JDK, not the JRE.  That may change in the future,
but it is the policy right now and has been for a while.  Generally
speaking, if you do not follow installation instructions for a product
and then run into difficulties, you will have a tougher time getting
(relevant) support.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Sunday, February 23, 2003 6:35 PM
To: [EMAIL PROTECTED]
Subject: Is it necessary to use a jdk with tomcat?


Hi all,

Is it better to run tomcat with a jdk over a jre?
Or it doesn't really matter...


Thanks!
Alain

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Is it necessary to use a jdk with tomcat?

2003-02-24 Thread Oliver Geisser
Hi

Shapira, Yoav wrote:
Howdy,
Technically, as things are right now, if you don't have JSPs that need
to be compiled at runtime, you can use the JRE.  If you have JSPs and
want to use the JRE, pre-compile your JSPs using JspC.
However, please note that the official tomcat requirement for
installation is the JDK, not the JRE.  That may change in the future,
but it is the policy right now and has been for a while.  Generally
speaking, if you do not follow installation instructions for a product
and then run into difficulties, you will have a tougher time getting
(relevant) support.
[...]

And with TC 4.1 there is even a check in the startup scripts to test
for the JDK.
Look into setclasspath.bat and you will find a check for jdb and javac.
You must comment out these checks to successfully start Tomcat.
Olli



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Is it necessary to use a jdk with tomcat?

2003-02-23 Thread Santos Jha
Since at the run time you are using jars, It should not matter whether 
you use jdk o jre.
santos

[EMAIL PROTECTED] wrote:

Hi all,

Is it better to run tomcat with a jdk over a jre?
Or it doesn't really matter...
Thanks!
Alain
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Is it necessary to use a jdk with tomcat?

2003-02-23 Thread Bill Barker

[EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]

 Hi all,

 Is it better to run tomcat with a jdk over a jre?
 Or it doesn't really matter...


If you are using JSP files, then you need the JDK (to compile them).  If not
(or, if you pre-compile your JSPs) then it doesn't matter.


 Thanks!
 Alain




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]