Re: Running Tomcat with JRE?

2008-09-09 Thread Johnny Kewl
- Original Message - From: "Bai Shen" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, September 09, 2008 6:41 PM Subject: Running Tomcat with JRE? Looking at the tomcat site, it says that I can run Tomcat 6 with a JRE instead of a full JDK. So I downloaded Tomcat 6.0.18

RE: Running Tomcat with JRE?

2008-09-09 Thread Martin Gainty
Hi Baishen the container needs a jasper compiler to compile the jsps would'nt it be great if ALL webapps had precompiled jsps??? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official busi

RE: Running Tomcat with JRE?

2008-09-09 Thread Katilie, John
Bai, to run using the JRE you need to set JRE_HOME not JAVA_HOME. Note: in our startup file we also set JAVA_HOME to null incase it was set elsewhere. I.e: set JAVA_HOME= set JRE_HOME=%VARIABLE%\java Regards -Original Message- From: Bai Shen [mailto:[EMAIL PROTECTED] Sent: Tuesday, Sep

Re: Running Tomcat with JRE?

2008-09-09 Thread Steve Ochani
On 9 Sep 2008 at 12:41, Bai Shen wrote: > Looking at the tomcat site, it says that I can run Tomcat 6 with a > JRE > instead of a full JDK. So I downloaded Tomcat 6.0.18 and I have > JAVA_HOME > pointing at JRE 1.6.0_07. However, when I go to start tomcat, it > tells me > that the JAVA_HOME vari