Tomcat JRE vs JDK Issue

2004-11-16 Thread Hubble, Christopher
I'm trying to run Tomcat 5.0.28 on W2k client machine. On my machine, it runs fine, with no problems. But when I copy it over to the client machine, which has the 1.4.2_05 JRE on it, Tomcat won't run, and says that it requires the JDK. Why is this, and is there a workaround, or do I have to inst

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Allistair Crossley
does the client machine have JAVA_HOME as an environment variable? > -Original Message- > From: Hubble, Christopher [mailto:[EMAIL PROTECTED] > Sent: 16 November 2004 15:09 > To: [EMAIL PROTECTED] > Subject: Tomcat JRE vs JDK Issue > > > I'm trying to ru

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Shapira, Yoav
Hi, Both Tomcat 4.x and 5.0 require the JDK. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Hubble, Christopher [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 16, 2004 10:09 AM >To: [EMAIL PROTECTED] >Subject: Tomcat JRE vs JDK Issue > >I&#

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Hubble, Christopher
Why is that? Chris -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 10:19 AM To: Tomcat Users List Subject: RE: Tomcat JRE vs JDK Issue Hi, Both Tomcat 4.x and 5.0 require the JDK. Yoav Shapira http://www.yoavshapira.com

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Allistair Crossley
because it has to compile JSPs into Servlets etc.. > -Original Message- > From: Hubble, Christopher [mailto:[EMAIL PROTECTED] > Sent: 16 November 2004 15:15 > To: 'Tomcat Users List' > Subject: RE: Tomcat JRE vs JDK Issue > > > Why is that? >

Re: Tomcat JRE vs JDK Issue

2004-11-16 Thread Anthony E. Carlos
ssage- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: 16 November 2004 15:09 To: [EMAIL PROTECTED] Subject: Tomcat JRE vs JDK Issue I'm trying to run Tomcat 5.0.28 on W2k client machine. On my machine, it runs fine, with no problems. But when I copy it over to the client machine,

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Shapira, Yoav
ubject: RE: Tomcat JRE vs JDK Issue > >Why is that? > >Chris > >-Original Message- >From: Shapira, Yoav [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 16, 2004 10:19 AM >To: Tomcat Users List >Subject: RE: Tomcat JRE vs JDK Issue > > > >

Re: Tomcat JRE vs JDK Issue

2004-11-16 Thread Anthony E. Carlos
ECTED] Subject: Tomcat JRE vs JDK Issue I'm trying to run Tomcat 5.0.28 on W2k client machine. On my machine, it runs fine, with no problems. But when I copy it over to the client machine, which has the 1.4.2_05 JRE on it, Tomcat won't run, and says that it requires the JDK. Why is this,

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Hubble, Christopher
Feel free to explain. :) Chris -Original Message- From: Anthony E. Carlos [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 10:23 AM To: Tomcat Users List Subject: Re: Tomcat JRE vs JDK Issue Chris: I think TC requires the JDK (not just the JRE) so that it can compile JSPs

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Allistair Crossley
go on Anthony .. you deserve it :) lol > -Original Message- > From: Hubble, Christopher [mailto:[EMAIL PROTECTED] > Sent: 16 November 2004 15:20 > To: 'Tomcat Users List' > Subject: RE: Tomcat JRE vs JDK Issue > > > Feel free to explain. :) >

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Wick, Daniel
0 AM > To: 'Tomcat Users List' > Subject: RE: Tomcat JRE vs JDK Issue > > > Feel free to explain. :) > > Chris > > -Original Message- > From: Anthony E. Carlos [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 16, 2004 10:23 AM > To: T

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Allistair Crossley
2004 15:35 > To: 'Tomcat Users List' > Subject: RE: Tomcat JRE vs JDK Issue > > > Chris, > > JSP pages get compiled into bytecode (as Yoav just said) as they are > requested. So, the server requires the SDK, including javac to do the > compiling. > > --

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread David Boyer
they are requested. So, the server requires the SDK, including javac to do the compiling. --Dan > -Original Message- > From: Hubble, Christopher [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 16, 2004 9:20 AM > To: 'Tomcat Users List' > Subject: RE:

Re: Tomcat JRE vs JDK Issue

2004-11-16 Thread Anthony E. Carlos
4 15:20 To: 'Tomcat Users List' Subject: RE: Tomcat JRE vs JDK Issue Feel free to explain. :) Chris -Original Message- From: Anthony E. Carlos [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 10:23 AM To: Tomcat Users List Subject: Re: Tomcat JRE vs JDK Issue Chris: I thi

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Allistair Crossley
e- > > From: Hubble, Christopher [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, November 16, 2004 9:20 AM > > To: 'Tomcat Users List' > > Subject: RE: Tomcat JRE vs JDK Issue > > > > > > Feel free to explain. :) > > > > Chris >

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Hubble, Christopher
: David Boyer [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 10:42 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat JRE vs JDK Issue Correct me if I'm wrong. One of the things the JDK brings that the JRE does not is tools.jar which contains com.sun.tools.javac, which is needed to compile

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Shapira, Yoav
Hi, >One of the things the JDK brings that the JRE does not is tools.jar >which contains com.sun.tools.javac, which is needed to compile JSPs. Correct. >It might be possible to use the JRE as long as you have tools.jar from >the JDK somewhere in your classpath. It seems like I saw a thread >rel

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Hubble, Christopher
L PROTECTED] > Subject: RE: Tomcat JRE vs JDK Issue > > > Correct me if I'm wrong. > > One of the things the JDK brings that the JRE does not is tools.jar > which contains com.sun.tools.javac, which is needed to compile JSPs. > > It might be possible to us

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Hubble, Christopher
esday, November 16, 2004 10:50 AM To: Tomcat Users List Subject: RE: Tomcat JRE vs JDK Issue Hi, >One of the things the JDK brings that the JRE does not is tools.jar >which contains com.sun.tools.javac, which is needed to compile JSPs. Correct. >It might be possible to use the JRE as lo

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Shapira, Yoav
Hi, >How does one precompile the JSPs? Then I should be able to use TC with RTFM at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html. >a JRE, correct? Once TC is deployed, there should not be any need for >changes to it, so it's fine to precompile the JSPs. That depends on y

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Hubble, Christopher
ailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 10:59 AM To: Tomcat Users List Subject: RE: Tomcat JRE vs JDK Issue Hi, >How does one precompile the JSPs? Then I should be able to use TC with RTFM at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html. >a JRE, correct?

Re: Tomcat JRE vs JDK Issue

2004-11-16 Thread Remy Maucherat
On Tue, 16 Nov 2004 10:46:38 -0500, Hubble, Christopher <[EMAIL PROTECTED]> wrote: > How does one precompile the JSPs? Then I should be able to use TC with just > a JRE, correct? Once TC is deployed, there should not be any need for > changes to it, so it's fine to precompile the JSPs. Some JSP

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Hubble, Christopher
04 10:56 AM To: 'Tomcat Users List' Subject: RE: Tomcat JRE vs JDK Issue Thanks for the info. It looks like I won't need the JDK after all. One last question. How do I get TC to not blow up about using a JRE? Can I just comment out the lines checking for javac.exe, or will tha

RE: Tomcat JRE vs JDK Issue

2004-11-17 Thread George Sexton
age- > From: Remy Maucherat [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 16, 2004 9:04 AM > To: Tomcat Users List > Subject: Re: Tomcat JRE vs JDK Issue > > On Tue, 16 Nov 2004 10:46:38 -0500, Hubble, Christopher > <[EMAIL PROTECTED]> wrote: > > How does one pr

RE: Tomcat JRE vs JDK Issue

2004-11-17 Thread Hubble, Christopher
I simply commented out the lines checking for javac and jdb. This seems to work. Chris -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 2:19 PM To: 'Tomcat Users List'; 'Remy Maucherat' Subject: RE: Tomcat JRE vs J

License Reason using JRE(RE: Tomcat JRE vs JDK Issue)

2004-11-29 Thread muimi admin
hi, >it is that anyone can redistribute a JRE for >commercial use, but not a JDK. The latter is a license violation I heard that Sun JDK can redistributed for commercial use with no changes. >So if you're creating a shrink-wrapped product, you can't bundle the JDK >with it (unless you get a s

RE: License Reason using JRE(RE: Tomcat JRE vs JDK Issue)

2004-11-30 Thread Shapira, Yoav
Hi, >I heard that >Sun JDK can redistributed for commercial use with no changes. You heard? ;) Can you please point to an official confirmation of this? >Is lisence reason not that > unable to redestribute "full" JDK >but also that > unable(or difficult) to extract part of JDK ? No. Only the

RE: License Reason using JRE(RE: Tomcat JRE vs JDK Issue)

2004-11-30 Thread muimi admin
Hi, thanks to reply. >>I heard that >>Sun JDK can redistributed for commercial use with no changes. > >You heard? ;) Can you please point to an official confirmation of this? I only know the Sun JDK license document. http://java.sun.com/j2se/1.5.0/jdk-1_5_0-license.txt -> C. License to Distr

Re: License Reason using JRE(RE: Tomcat JRE vs JDK Issue)

2004-11-30 Thread Parsons Technical Services
opinion that should be taken at the value of the paper it is written on. Doug - Original Message - From: "muimi admin" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, November 30, 2004 9:25 PM Subject: RE: License Reason using