RE: $JAVA_HOME error

2004-02-05 Thread Shapira, Yoav
Sent: Thursday, February 05, 2004 3:33 AM >To: 'Tomcat Users List' >Subject: RE: $JAVA_HOME error > >Thanks for the reply. Here's what I got after following your steps. > >[EMAIL PROTECTED] tony]$ export JAVA_HOME=/usr/java/j2re1.4.2_03 >[EMAIL PROTECTED] tony]$

Re: RE: $JAVA_HOME error

2004-02-05 Thread Giuseppe Briotti
Hi Tony, I have just installed Tomcat on my Mandrake 9.1 box. I have the Power Pack, which offers the Java RE 1.4.1 and, at the beginning, I installed it by the drake tools. First of all, I noticed that the JAVA_HOME point to /usr/lib/j2re1.4.1_01/bin (and this is uncorrect for Tomcat, because

RE: $JAVA_HOME error

2004-02-05 Thread Tony Sutton
ton - http://www.hypertony.co.uk -Original Message- From: Filip Hanik (lists) [mailto:[EMAIL PROTECTED] Sent: 04 February 2004 23:20 To: Tomcat Users List Subject: RE: $JAVA_HOME error do export JAVA_HOME=/usr/java/j2re1.4.2_03 export PATH=$JAVA_HOME/bin:$PATH cd jakarta-tomcat-4.1.29/bin/ chmod +x

Re: $JAVA_HOME error

2004-02-04 Thread Jerry Ford
Tony: Try it with just the startup.sh command, without the leading sh. Jerry Tony Sutton wrote: Hi there, I'm new to using jakart. I'm trying to get jakart v4.1.29 to run under Mandrake 9.1 I have downloaded and installed JRE from Sun, version 1.4.2_03. The installation went well. Here's the

RE: $JAVA_HOME error

2004-02-04 Thread Filip Hanik \(lists\)
do export JAVA_HOME=/usr/java/j2re1.4.2_03 export PATH=$JAVA_HOME/bin:$PATH cd jakarta-tomcat-4.1.29/bin/ chmod +x startup.sh ./startup.sh Filip -Original Message- From: Tony Sutton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 3:14 PM To: [EMAIL PROTECTED] Subject: $J

RE: $JAVA_HOME error

2004-02-04 Thread Mark Thomas
Might not be the root cause of your problem but you need to use the SDK not the JRE. Mark > -Original Message- > From: Tony Sutton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 04, 2004 11:14 PM > To: [EMAIL PROTECTED] > Subject: $JAVA_HOME error > > Hi there, > > I'm new to u