RE: JRE vs. JDK for Tomcat

2005-05-31 Thread Philippe Johan
Or you can use Tomcat 5.5 which does not need a JDK anymore, but can run
on the 5.0 JRE (1.5.0)


Johan Philippe
Real Software
http://www.realsoftwaregroup.com/


-Original Message-
From: George Sexton [mailto:[EMAIL PROTECTED] 
Sent: maandag 30 mei 2005 6:48
To: 'Tomcat Users List'
Subject: RE: JRE vs. JDK for Tomcat

If you aren't using JSP, you can change the startup batch file to skip
the
test for the full JDK.

George Sexton
MH Software, Inc.
http://www.mhsoftware.com/
Voice: 303 438 9585
  

 -Original Message-
 From: Iannis Hanen [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, May 18, 2005 7:59 PM
 To: tomcat-user@jakarta.apache.org
 Cc: [EMAIL PROTECTED]
 Subject: JRE vs. JDK for Tomcat
 
 Hi,
 
  
 
 It seems that tomcat requires a JDK (and not only a JRE) to be present
 on the physical machine in order to run properly. I am a bit surprised
 that a JDK is also required. Is there a way to run Tomcat on top of a
 JRE only? How do I setup this?
 
  
 
 Thanks,
 
 Iannis
 
 



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



RE: JRE vs. JDK for Tomcat

2005-05-29 Thread George Sexton
If you aren't using JSP, you can change the startup batch file to skip the
test for the full JDK.

George Sexton
MH Software, Inc.
http://www.mhsoftware.com/
Voice: 303 438 9585
  

 -Original Message-
 From: Iannis Hanen [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, May 18, 2005 7:59 PM
 To: tomcat-user@jakarta.apache.org
 Cc: [EMAIL PROTECTED]
 Subject: JRE vs. JDK for Tomcat
 
 Hi,
 
  
 
 It seems that tomcat requires a JDK (and not only a JRE) to be present
 on the physical machine in order to run properly. I am a bit surprised
 that a JDK is also required. Is there a way to run Tomcat on top of a
 JRE only? How do I setup this?
 
  
 
 Thanks,
 
 Iannis
 
 


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



Re: JRE vs. JDK for Tomcat

2005-05-20 Thread Chris
Tomcat used to require javac (the Java compiler from the SDK) in order to
compile the java code generated from the jsps. Tomcat 5 now comes packaged
with the jasper compiler, so all you need is the Java 5.0 JRE.
When I tried running 5.5.9 off of the 1.5 jre, it told me that I needed 
to have the jdk, not the jre.

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


RE: JRE vs. JDK for Tomcat

2005-05-19 Thread Vasil Stefanov
Another thing that wander me is that I can run Tomcat 5.5.x on Fedore Core
with JRE only installed but when I run Tomcat on Windows with JRE installed
I receive a message that a JDK is required.

-Original Message-
From: Iannis Hanen [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 19, 2005 4:59 AM
To: tomcat-user@jakarta.apache.org
Cc: [EMAIL PROTECTED]
Subject: JRE vs. JDK for Tomcat

Hi,

 

It seems that tomcat requires a JDK (and not only a JRE) to be present
on the physical machine in order to run properly. I am a bit surprised
that a JDK is also required. Is there a way to run Tomcat on top of a
JRE only? How do I setup this?

 

Thanks,

Iannis



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



RE: JRE vs. JDK for Tomcat

2005-05-19 Thread Lutz Zetzsche
Hi Vasil,

Vasil Stefanov schrieb:
 Another thing that wander me is that I can run Tomcat 5.5.x on Fedore Core
 with JRE only installed but when I run Tomcat on Windows with JRE
 installed I receive a message that a JDK is required.

Which Tomcat version do you run on Windows? To my knowledge, Tomcat 5.5 is
the first Tomcat version which is able to run with the JRE only. So, if
you run an earlier version on Windows, it will require a JDK.


Best wishes

Lutz



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



JRE vs. JDK for Tomcat

2005-05-18 Thread Iannis Hanen
Hi,

 

It seems that tomcat requires a JDK (and not only a JRE) to be present
on the physical machine in order to run properly. I am a bit surprised
that a JDK is also required. Is there a way to run Tomcat on top of a
JRE only? How do I setup this?

 

Thanks,

Iannis



RE: JRE vs. JDK for Tomcat

2005-05-18 Thread Fritz Schneider
Iannis,

Tomcat used to require javac (the Java compiler from the SDK) in order to
compile the java code generated from the jsps. Tomcat 5 now comes packaged
with the jasper compiler, so all you need is the Java 5.0 JRE.

fRITZ

-Original Message-
From: Iannis Hanen [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 18, 2005 6:59 PM
To: tomcat-user@jakarta.apache.org
Cc: [EMAIL PROTECTED]
Subject: JRE vs. JDK for Tomcat

Hi,

 

It seems that tomcat requires a JDK (and not only a JRE) to be present
on the physical machine in order to run properly. I am a bit surprised
that a JDK is also required. Is there a way to run Tomcat on top of a
JRE only? How do I setup this?

 

Thanks,

Iannis



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