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 variable

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,

RE: Running Tomcat with JRE?

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

Re: Running Tomcat with JRE?

2008-09-09 Thread Johnny Kewl
- Original Message - From: Bai Shen [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org 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