RE: JAVA_HOME beginner-APOLOGIES

2005-08-27 Thread Bill Clemmons

My apologies to [EMAIL PROTECTED] MSOutlook.  Obviously this went to the wrong 
place.

Sigh . . . it's awfully late.

Bill

-Original Message-
From:   Bill Clemmons
Sent:   Sat 8/27/2005 6:26 PM
To: Tomcat Users List
Cc: 
Subject:        RE: JAVA_HOME beginner

Hey Scott--
 
The website seems to be password protected.  I get a password screen and can't 
get past it.
 
Bill

-Original Message- 
From: Anto Paul [mailto:[EMAIL PROTECTED] 
Sent: Sat 8/27/2005 8:07 AM 
To: Tomcat Users List 
Cc: 
    Subject: Re: JAVA_HOME beginner



Did you set JAVA_HOME environment variable. It should point to the JDK
installation directory for eg. c:\j2sdk1.4.2_02. Try setting it in
startup.bat as the first line.

On 8/27/05, ganesan malairaja <[EMAIL PROTECTED]> wrote:
> i am using win XP. tomcat 5.0.xx and jdk1.4_02
>
> i tried running several jsp pages ..it resturns this errors
>
> Unable to find a javac compiler;
> com.sun.tools.javac.Main is not on the classpath.
> Perhaps JAVA_HOME does not point to the JDK
>
>
> how do i over come this ..pls help
>
>
> thx
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
rgds
Anto Paul

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







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

RE: JAVA_HOME beginner

2005-08-27 Thread Bill Clemmons
Hey Scott--
 
The website seems to be password protected.  I get a password screen and can't 
get past it.
 
Bill

-Original Message- 
From: Anto Paul [mailto:[EMAIL PROTECTED] 
Sent: Sat 8/27/2005 8:07 AM 
To: Tomcat Users List 
Cc: 
Subject: Re: JAVA_HOME beginner



Did you set JAVA_HOME environment variable. It should point to the JDK
installation directory for eg. c:\j2sdk1.4.2_02. Try setting it in
startup.bat as the first line.

On 8/27/05, ganesan malairaja <[EMAIL PROTECTED]> wrote:
> i am using win XP. tomcat 5.0.xx and jdk1.4_02
>
> i tried running several jsp pages ..it resturns this errors
>
> Unable to find a javac compiler;
> com.sun.tools.javac.Main is not on the classpath.
> Perhaps JAVA_HOME does not point to the JDK
>
>
> how do i over come this ..pls help
>
>
> thx
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
rgds
Anto Paul

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



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

Re: JAVA_HOME beginner

2005-08-27 Thread Brian Cook


Did you download the windows installer for Tomcat5.x?  Or just Tomcat in 
a zip file.  If you did not get the installer you need to manually set 
JAVA_HOME.  Or go back and download the acuall windows installer, which 
of the two will be much eaier.


I am not sure about XP.  In Win2k you
   1.  Right click on My Computer
   2.  Select Properties
   3.  Click on the "Advanced" tab.
   4.  Click the button labeled "Environmental Variables"
   5.  Look to see if JAVA_HOME under the "System Variables".  If not 
add it.  The syntax for the path has to be dead on perfect.  If is wrong 
at all it will not work.


Also be aware that with windows when you make a change to the 
Environmental varaibles you have to reboot before Windows will see the 
change.


One other thing to check is make sure you downloaded the JDK version 
1.4.2 or newer.  If you downloaded the JRE Tomcat will not be able to run.




ganesan malairaja wrote:

i am using win XP. tomcat 5.0.xx and jdk1.4_02

i tried running several jsp pages ..it resturns this errors

Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK


how do i over come this ..pls help


thx



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





--
Brian Cook
Digital Services Analyst
Print Time Inc.
[EMAIL PROTECTED]
913.345.8900

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

Re: JAVA_HOME beginner

2005-08-27 Thread Anto Paul
Did you set JAVA_HOME environment variable. It should point to the JDK
installation directory for eg. c:\j2sdk1.4.2_02. Try setting it in
startup.bat as the first line.

On 8/27/05, ganesan malairaja <[EMAIL PROTECTED]> wrote:
> i am using win XP. tomcat 5.0.xx and jdk1.4_02
> 
> i tried running several jsp pages ..it resturns this errors
> 
> Unable to find a javac compiler;
> com.sun.tools.javac.Main is not on the classpath.
> Perhaps JAVA_HOME does not point to the JDK
> 
> 
> how do i over come this ..pls help
> 
> 
> thx
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
rgds
Anto Paul

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



RE: $JAVA_HOME error

2004-02-05 Thread Shapira, Yoav

Howdy,
As someone else said, don't sh it, just run it in your current shell.
Alternatively, make JAVA_HOME explicit in the script rather than taken
from environment.

Yoav Shapira
Millennium ChemInformatics


>-Original Message-
>From: Tony Sutton [mailto:[EMAIL PROTECTED]
>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]$ export PATH=$JAVA_HOME/bin:$PATH
>[EMAIL PROTECTED] tony]$ cd jakarta-tomcat-4.1.29/bin/
>[EMAIL PROTECTED] bin]$ chmod +x startup.sh
>[EMAIL PROTECTED] bin]$ ./startup.sh
>The JAVA_HOME environment variable is not defined correctly
>This environment variable is needed to run this program
>
>So, no luck...
>
>Do you think it's because I need the SDK and not JRE as mentioned by
Mark
>Thomas?
>
>Many thanks,
>
>- Tony Sutton
>- 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 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: $JAVA_HOME error
>
>
>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 output from my Linux box:
>
>[EMAIL PROTECTED] tony]$ which java
>/usr/java/j2re1.4.2_03/bin/java
>[EMAIL PROTECTED] tony]$ echo $JAVA_HOME
>/usr/java/j2re1.4.2_03
>[EMAIL PROTECTED] tony]$
>
>OK so far.
>
>However, I tried to start jakart by going to the  jakarta-tomcat-
>4.1.29/bin/
>directory and typed in:
>
>sh startup.sh
>
>I get this error message:
>
>[EMAIL PROTECTED] bin]$ sh startup.sh
>The JAVA_HOME environment variable is not defined correctly This
>environment
>variable is needed to run this program [EMAIL PROTECTED] bin]$
>
>I can't figure out what I am doing wrong. I have tried googling for it,
but
>it came back very little.
>
>Does anyone know why I am getting this error message?
>
>Thanks,
>
>Tony Sutton
>
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>---
>Incoming mail is certified Virus Free.
>Checked by AVG anti-virus system (http://www.grisoft.com).
>Version: 6.0.577 / Virus Database: 366 - Release Date: 2/3/2004
>
>---
>Outgoing mail is certified Virus Free.
>Checked by AVG anti-virus system (http://www.grisoft.com).
>Version: 6.0.577 / Virus Database: 366 - Release Date: 2/3/2004
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



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 it refers to /bin subdirectory).

Moreover, because I need to develope some JSP, I installed the J2 SDK 1.4.2, 
downloaded from the SUN site. I installed Java SDK as stated in the SUN html pages and 
overwrite the old JAVA_HOME with a new one
pointing at my j2se1.4.2 directory.

Now all works fine :-)

By

Giuseppe

--

Giuseppe Briotti
[EMAIL PROTECTED]

"Alme Sol, curru nitido diem qui 
promis et celas aliusque et idem 
nasceris, possis nihil urbe Roma 
visere maius."
 (Orazio)



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



RE: $JAVA_HOME error

2004-02-05 Thread Tony Sutton
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]$ export PATH=$JAVA_HOME/bin:$PATH
[EMAIL PROTECTED] tony]$ cd jakarta-tomcat-4.1.29/bin/
[EMAIL PROTECTED] bin]$ chmod +x startup.sh
[EMAIL PROTECTED] bin]$ ./startup.sh
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program

So, no luck...

Do you think it's because I need the SDK and not JRE as mentioned by Mark
Thomas?

Many thanks,

- Tony Sutton
- 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 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: $JAVA_HOME error


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 output from my Linux box:

[EMAIL PROTECTED] tony]$ which java
/usr/java/j2re1.4.2_03/bin/java
[EMAIL PROTECTED] tony]$ echo $JAVA_HOME
/usr/java/j2re1.4.2_03
[EMAIL PROTECTED] tony]$

OK so far.

However, I tried to start jakart by going to the  jakarta-tomcat-4.1.29/bin/
directory and typed in:

sh startup.sh

I get this error message:

[EMAIL PROTECTED] bin]$ sh startup.sh
The JAVA_HOME environment variable is not defined correctly This environment
variable is needed to run this program [EMAIL PROTECTED] bin]$

I can't figure out what I am doing wrong. I have tried googling for it, but
it came back very little.

Does anyone know why I am getting this error message?

Thanks,

Tony Sutton




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.577 / Virus Database: 366 - Release Date: 2/3/2004

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.577 / Virus Database: 366 - Release Date: 2/3/2004


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




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



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 output from my Linux box:
[EMAIL PROTECTED] tony]$ which java
/usr/java/j2re1.4.2_03/bin/java
[EMAIL PROTECTED] tony]$ echo $JAVA_HOME
/usr/java/j2re1.4.2_03
[EMAIL PROTECTED] tony]$
OK so far.

However, I tried to start jakart by going to the  jakarta-tomcat-4.1.29/bin/
directory and typed in:
sh startup.sh

I get this error message:

[EMAIL PROTECTED] bin]$ sh startup.sh
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
[EMAIL PROTECTED] bin]$
I can't figure out what I am doing wrong. I have tried googling for it, but
it came back very little.
Does anyone know why I am getting this error message? 

Thanks,

Tony Sutton



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

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


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: $JAVA_HOME error


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 output from my Linux box:

[EMAIL PROTECTED] tony]$ which java
/usr/java/j2re1.4.2_03/bin/java
[EMAIL PROTECTED] tony]$ echo $JAVA_HOME
/usr/java/j2re1.4.2_03
[EMAIL PROTECTED] tony]$

OK so far.

However, I tried to start jakart by going to the  jakarta-tomcat-4.1.29/bin/
directory and typed in:

sh startup.sh

I get this error message:

[EMAIL PROTECTED] bin]$ sh startup.sh
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
[EMAIL PROTECTED] bin]$

I can't figure out what I am doing wrong. I have tried googling for it, but
it came back very little.

Does anyone know why I am getting this error message?

Thanks,

Tony Sutton




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.577 / Virus Database: 366 - Release Date: 2/3/2004

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.577 / Virus Database: 366 - Release Date: 2/3/2004


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



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 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 output from my Linux box:
> 
> [EMAIL PROTECTED] tony]$ which java
> /usr/java/j2re1.4.2_03/bin/java
> [EMAIL PROTECTED] tony]$ echo $JAVA_HOME
> /usr/java/j2re1.4.2_03
> [EMAIL PROTECTED] tony]$
> 
> OK so far.
> 
> However, I tried to start jakart by going to the  
> jakarta-tomcat-4.1.29/bin/
> directory and typed in:
> 
> sh startup.sh
> 
> I get this error message:
> 
> [EMAIL PROTECTED] bin]$ sh startup.sh
> The JAVA_HOME environment variable is not defined correctly
> This environment variable is needed to run this program
> [EMAIL PROTECTED] bin]$
> 
> I can't figure out what I am doing wrong. I have tried 
> googling for it, but
> it came back very little.
> 
> Does anyone know why I am getting this error message? 
> 
> Thanks,
> 
> Tony Sutton
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



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



RE: Java_Home

2003-03-13 Thread Chris Dodunski
Filip, this is not correct.  JAVA_HOME should contain path to J2SDK, not
J2EE.

-Original Message-
From: Filip Hanik [mailto:[EMAIL PROTECTED]
Sent: Friday, 14 March 2003 11:16 a.m.
To: Tomcat Users List
Subject: RE: Java_Home


try to go into the directory and launch it from there

set JAVA_HOME=C:\j2sdkee1.3.1
set PATH=%JAVA_HOME%\bin;%PATH%
cd %CATALINA_HOME%\bin
startup.bat

Filip
-Original Message-
From: Hunter, Sandra [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 2:01 PM
To: '[EMAIL PROTECTED]'
Subject: Java_Home


I am relatively new to Tomcat, having used it but not installed it, before.
I have set my JAVA_HOME path to the folder named "j2sdkee1.3.1" However this
is the result I get:

C:\>%CATALINA_HOME%\bin\startup
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
The system cannot find the batch label specified - end
Using CATALINA_BASE:   C:\jakarta-tomcat-4.0.6
Using CATALINA_HOME:   C:\jakarta-tomcat-4.0.6
Using CATALINA_TMPDIR: C:\jakarta-tomcat-4.0.6\temp
Using JAVA_HOME:   C:\j2sdkee1.3.1
The system cannot find the file -Djava.endorsed.dirs=.

Any ideas are gratefully received.

Sandra Patricia Hunter
Systems Development and Web Design


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


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



Re: Java_Home

2003-03-13 Thread Lenin Lakshminarayanan
Absolutely right. I faced this problem just now and found that i had
installed just the JRE and not the full SDK and have JAVA_HOME pointing to
that directory. Downloading the full SDK and pointing JAVA_HOME to that
directory solved the problem
Lenin

Jack Lauman wrote:

> Sandra:
>
> Get the J2SDK not the J2SDKEE
>
> Set JAVA_HOME to C:\j2sdk1.4.1_02 or jdk1.3.1_07
> Set J2EE_HOME to C:\j2sdkee1.3.1 (Not needed to run Tomcat)
> Set CATALINA_HOME to C:\jakarta-tomcat-4.1.18 (or whatever you run)
>
> Regards,
>
> Jack Lauman
> nwcascades.com
> Birch Bay, WA
>
> > "Hunter, Sandra" wrote:
> >
> > I am relatively new to Tomcat, having used it but not installed it,
> > before.
> > I have set my JAVA_HOME path to the folder named "j2sdkee1.3.1"
> > However this is the result I get:
> >
> > C:\>%CATALINA_HOME%\bin\startup
> > The JAVA_HOME environment variable is not defined correctly
> > This environment variable is needed to run this program
> > The system cannot find the batch label specified - end
> > Using CATALINA_BASE:   C:\jakarta-tomcat-4.0.6
> > Using CATALINA_HOME:   C:\jakarta-tomcat-4.0.6
> > Using CATALINA_TMPDIR: C:\jakarta-tomcat-4.0.6\temp
> > Using JAVA_HOME:   C:\j2sdkee1.3.1
> > The system cannot find the file -Djava.endorsed.dirs=.
> >
> > Any ideas are gratefully received.
> >
> >
> > Sandra Patricia Hunter
> > Systems Development and Web Design
> >
> > ---
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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



RE: Java_Home

2003-03-13 Thread Filip Hanik
it sure helps that you have a female name, lots of lonely tomcat users out
there :))

Filip

-Original Message-
From: Hunter, Sandra [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 2:17 PM
To: 'Tomcat Users List'
Subject: RE: Java_Home


Wow, this is the most helpful group I have ever encountered.
Thanks all!
Sandra

-Original Message-
From: Jeremy Whitlock [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 2:14 PM
To: 'Tomcat Users List'
Subject: RE: Java_Home


They are right.  You should have Environment variables for:

JAVA_HOME = Location to Java 2 SDK
J2EE_HOME = C:\j2sdkee1.3.1
CATALINA_HOME = C:\jakarta-tomcat-4.0.6

Hope this helps, Jeremy

-Original Message-
From: Hunter, Sandra [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 3:01 PM
To: '[EMAIL PROTECTED]'
Subject: Java_Home

I am relatively new to Tomcat, having used it but not installed it, before.
I have set my JAVA_HOME path to the folder named "j2sdkee1.3.1" However this
is the result I get:

C:\>%CATALINA_HOME%\bin\startup
The JAVA_HOME environment variable is not defined correctly This environment
variable is needed to run this program The system cannot find the batch
label specified - end
Using CATALINA_BASE:   C:\jakarta-tomcat-4.0.6
Using CATALINA_HOME:   C:\jakarta-tomcat-4.0.6
Using CATALINA_TMPDIR: C:\jakarta-tomcat-4.0.6\temp
Using JAVA_HOME:   C:\j2sdkee1.3.1
The system cannot find the file -Djava.endorsed.dirs=.

Any ideas are gratefully received.

Sandra Patricia Hunter
Systems Development and Web Design

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



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



Re: Java_Home

2003-03-13 Thread Jack Lauman
Sandra:

Get the J2SDK not the J2SDKEE

Set JAVA_HOME to C:\j2sdk1.4.1_02 or jdk1.3.1_07
Set J2EE_HOME to C:\j2sdkee1.3.1 (Not needed to run Tomcat)
Set CATALINA_HOME to C:\jakarta-tomcat-4.1.18 (or whatever you run)

Regards,

Jack Lauman
nwcascades.com
Birch Bay, WA

> "Hunter, Sandra" wrote:
> 
> I am relatively new to Tomcat, having used it but not installed it,
> before.
> I have set my JAVA_HOME path to the folder named "j2sdkee1.3.1"
> However this is the result I get:
> 
> C:\>%CATALINA_HOME%\bin\startup
> The JAVA_HOME environment variable is not defined correctly
> This environment variable is needed to run this program
> The system cannot find the batch label specified - end
> Using CATALINA_BASE:   C:\jakarta-tomcat-4.0.6
> Using CATALINA_HOME:   C:\jakarta-tomcat-4.0.6
> Using CATALINA_TMPDIR: C:\jakarta-tomcat-4.0.6\temp
> Using JAVA_HOME:   C:\j2sdkee1.3.1
> The system cannot find the file -Djava.endorsed.dirs=.
> 
> Any ideas are gratefully received.
> 
> 
> Sandra Patricia Hunter
> Systems Development and Web Design
> 
> ---
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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



RE: Java_Home

2003-03-13 Thread Hunter, Sandra
Wow, this is the most helpful group I have ever encountered.
Thanks all!
Sandra

-Original Message-
From: Jeremy Whitlock [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 13, 2003 2:14 PM
To: 'Tomcat Users List'
Subject: RE: Java_Home


They are right.  You should have Environment variables for:
 
JAVA_HOME = Location to Java 2 SDK
J2EE_HOME = C:\j2sdkee1.3.1
CATALINA_HOME = C:\jakarta-tomcat-4.0.6
 
Hope this helps, Jeremy
 
-Original Message-
From: Hunter, Sandra [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 13, 2003 3:01 PM
To: '[EMAIL PROTECTED]'
Subject: Java_Home
 
I am relatively new to Tomcat, having used it but not installed it, before.
I have set my JAVA_HOME path to the folder named "j2sdkee1.3.1" However this
is the result I get:
 
C:\>%CATALINA_HOME%\bin\startup
The JAVA_HOME environment variable is not defined correctly This environment
variable is needed to run this program The system cannot find the batch
label specified - end
Using CATALINA_BASE:   C:\jakarta-tomcat-4.0.6
Using CATALINA_HOME:   C:\jakarta-tomcat-4.0.6
Using CATALINA_TMPDIR: C:\jakarta-tomcat-4.0.6\temp
Using JAVA_HOME:   C:\j2sdkee1.3.1
The system cannot find the file -Djava.endorsed.dirs=.
 
Any ideas are gratefully received.
 
Sandra Patricia Hunter
Systems Development and Web Design 

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



RE: Java_Home

2003-03-13 Thread Filip Hanik
try to go into the directory and launch it from there

set JAVA_HOME=C:\j2sdkee1.3.1
set PATH=%JAVA_HOME%\bin;%PATH%
cd %CATALINA_HOME%\bin
startup.bat

Filip
-Original Message-
From: Hunter, Sandra [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 2:01 PM
To: '[EMAIL PROTECTED]'
Subject: Java_Home


I am relatively new to Tomcat, having used it but not installed it, before.
I have set my JAVA_HOME path to the folder named "j2sdkee1.3.1" However this
is the result I get:

C:\>%CATALINA_HOME%\bin\startup
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
The system cannot find the batch label specified - end
Using CATALINA_BASE:   C:\jakarta-tomcat-4.0.6
Using CATALINA_HOME:   C:\jakarta-tomcat-4.0.6
Using CATALINA_TMPDIR: C:\jakarta-tomcat-4.0.6\temp
Using JAVA_HOME:   C:\j2sdkee1.3.1
The system cannot find the file -Djava.endorsed.dirs=.

Any ideas are gratefully received.

Sandra Patricia Hunter
Systems Development and Web Design


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



RE: Java_Home

2003-03-13 Thread Jeremy Whitlock
They are right.  You should have Environment variables for:
 
JAVA_HOME = Location to Java 2 SDK
J2EE_HOME = C:\j2sdkee1.3.1
CATALINA_HOME = C:\jakarta-tomcat-4.0.6
 
Hope this helps, Jeremy
 
-Original Message-
From: Hunter, Sandra [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 13, 2003 3:01 PM
To: '[EMAIL PROTECTED]'
Subject: Java_Home
 
I am relatively new to Tomcat, having used it but not installed it,
before.
I have set my JAVA_HOME path to the folder named "j2sdkee1.3.1" However
this is the result I get:
 
C:\>%CATALINA_HOME%\bin\startup
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
The system cannot find the batch label specified - end
Using CATALINA_BASE:   C:\jakarta-tomcat-4.0.6
Using CATALINA_HOME:   C:\jakarta-tomcat-4.0.6
Using CATALINA_TMPDIR: C:\jakarta-tomcat-4.0.6\temp
Using JAVA_HOME:   C:\j2sdkee1.3.1
The system cannot find the file -Djava.endorsed.dirs=.
 
Any ideas are gratefully received.
 
Sandra Patricia Hunter
Systems Development and Web Design 


RE: Java_Home

2003-03-13 Thread Jeremy Whitlock
This might be a shot in the dark but could you try this:
 
C:\>%CATALINA_HOME%\bin\catalina start
 
Thanks, Jeremy
 
-Original Message-
From: Hunter, Sandra [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 13, 2003 3:01 PM
To: '[EMAIL PROTECTED]'
Subject: Java_Home
 
I am relatively new to Tomcat, having used it but not installed it,
before.
I have set my JAVA_HOME path to the folder named "j2sdkee1.3.1" However
this is the result I get:
 
C:\>%CATALINA_HOME%\bin\startup
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
The system cannot find the batch label specified - end
Using CATALINA_BASE:   C:\jakarta-tomcat-4.0.6
Using CATALINA_HOME:   C:\jakarta-tomcat-4.0.6
Using CATALINA_TMPDIR: C:\jakarta-tomcat-4.0.6\temp
Using JAVA_HOME:   C:\j2sdkee1.3.1
The system cannot find the file -Djava.endorsed.dirs=.
 
Any ideas are gratefully received.
 
Sandra Patricia Hunter
Systems Development and Web Design 


RE: Java_Home

2003-03-13 Thread Karamat Adil IHMD
You are using Java EE. I think you have to set another variable for it ...
but I can be wrong. I think I encountered the same problem when I was using
EE. It was fixed when I used SE. The variable you have to set I cant
remeber. But it something like JAVA_X.
 
Adil

-Original Message-
From: Hunter, Sandra [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 5:01 PM
To: '[EMAIL PROTECTED]'
Subject: Java_Home


I am relatively new to Tomcat, having used it but not installed it, before.
I have set my JAVA_HOME path to the folder named "j2sdkee1.3.1" However this
is the result I get:
 
C:\>%CATALINA_HOME%\bin\startup
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
The system cannot find the batch label specified - end
Using CATALINA_BASE:   C:\jakarta-tomcat-4.0.6
Using CATALINA_HOME:   C:\jakarta-tomcat-4.0.6
Using CATALINA_TMPDIR: C:\jakarta-tomcat-4.0.6\temp
Using JAVA_HOME:   C:\j2sdkee1.3.1
The system cannot find the file -Djava.endorsed.dirs=.
 
Any ideas are gratefully received.
 
Sandra Patricia Hunter
Systems Development and Web Design 




RE: Java_Home

2003-03-13 Thread Chris Dodunski
MessageHi Sandra,

Your JAVA_HOME variable is pointing to J2EE rather than J2SDK.  Here's mine
(not slight version differences)...

JAVA_HOME=/usr/local/j2sdk1.4.1_01
export JAVA_HOME
J2EE_HOME=/usr/local/j2sdkee1.3.1
export J2EE_HOME
TOMCAT_HOME=/usr/local/jakarta-tomcat-4.1.12
export TOMCAT_HOME
CATALINA_HOME=/usr/local/jakarta-tomcat-4.1.12
export CATALINA_HOME

Chris.

  -Original Message-
  From: Hunter, Sandra [mailto:[EMAIL PROTECTED]
  Sent: Friday, 14 March 2003 11:01 a.m.
  To: '[EMAIL PROTECTED]'
  Subject: Java_Home


  I am relatively new to Tomcat, having used it but not installed it,
before.
  I have set my JAVA_HOME path to the folder named "j2sdkee1.3.1" However
this is the result I get:

  C:\>%CATALINA_HOME%\bin\startup
  The JAVA_HOME environment variable is not defined correctly
  This environment variable is needed to run this program
  The system cannot find the batch label specified - end
  Using CATALINA_BASE:   C:\jakarta-tomcat-4.0.6
  Using CATALINA_HOME:   C:\jakarta-tomcat-4.0.6
  Using CATALINA_TMPDIR: C:\jakarta-tomcat-4.0.6\temp
  Using JAVA_HOME:   C:\j2sdkee1.3.1
  The system cannot find the file -Djava.endorsed.dirs=.

  Any ideas are gratefully received.

  Sandra Patricia Hunter
  Systems Development and Web Design



Re: JAVA_HOME problem with 4.1.18

2002-12-20 Thread Paul Campbell
I had the same sort of problem yesterday in 4.1.17 that I have not 
yet solved. When startup.sh is executed, it echos the value of 
JAVA_HOME and it is correct.

When I run ant -diagnostics list (or install) 
I get:
java.home=/var/java/jre
which is NOT what the JAVA_HOME points to.
JAVA_HOME is set in /etc/profile.

ant compile works fine.

JAVA_HOME is set correctly, something else seems to be happening.
YES, export is performed.

I have seen the problem with both java1.3 and java 1.4


At 04:50 PM 12/20/2002 +0100, you wrote:
>Ben Ricker wrote:
>>I have this weird problem with setting the JAVA_HOME env variable in
>>Tomcat 4.1.18 (I also had it in 4.1.17).
>> 
>>This setup worked in 4.1.12 and 4.0.6. Now, when I start Tomcat using
>>the startup.sh, I get this:
>>[root@dev bin]# ./startup.sh
>>The JAVA_HOME environment variable is not defined correctly
>>This environment variable is needed to run this program
>>What gives?
>
>You need to specify a path to a JDK now, instead of a JRE.
>
>Remy
>
>
>--
>To unsubscribe, e-mail:   
>For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: JAVA_HOME problem with 4.1.18

2002-12-20 Thread Remy Maucherat
Ben Ricker wrote:

I have this weird problem with setting the JAVA_HOME env variable in
Tomcat 4.1.18 (I also had it in 4.1.17).

Here is the lines from my startup.sh:

CATALINA_HOME="/usr/local/tomcat1-new"
JAVA_HOME="/usr/local/j2re1.4.1_01"
JAVA_OPTS="-ms32m -mx200m"
export CATALINA_HOME JAVA_HOME JAVA_OPTS

This setup worked in 4.1.12 and 4.0.6. Now, when I start Tomcat using
the startup.sh, I get this:

[root@dev bin]# ./startup.sh
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program

What gives?


You need to specify a path to a JDK now, instead of a JRE.

Remy


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: JAVA_HOME on Mac OS X?

2002-12-16 Thread Joseph Stephen
For Mac OS X You need to set java home as follows.
export JAVA_HOME=/usr

Let me know if you still face problems I am running
tomcat on OS X.

Regards,
Joe

 --- Robert Leach <[EMAIL PROTECTED]> wrote: >
Thanks.  I'm now facing another problem.  Here's
> what happens now:
> 
>   [dantooine:Internet/jakarta-tomcat-4.1.12/bin]
> robleach% ./startup.sh
>   Using CATALINA_BASE:   
>
/Users/robleach/Applications/Internet/jakarta-tomcat-4.1.12
>   Using CATALINA_HOME:   
>
/Users/robleach/Applications/Internet/jakarta-tomcat-4.1.12
>   Using CATALINA_TMPDIR: 
>
/Users/robleach/Applications/Internet/jakarta-tomcat-4.1.12/temp
>   Using JAVA_HOME:   /Library/Java/Home
> 
> Then when I type either localhost:8080 or
> 127.0.0.1:8080 or my IP 
> address:8080, I get this messge:
> 
>   Cannot Load Address
> 
>   Temporarily unable to connect: Connection refused
> 
> After these attempts, I tried shutting down Tomcat
> and got a connection 
> refused message:
> 
> [dantooine:Internet/jakarta-tomcat-4.1.12/bin]
> robleach% ./shutdown.sh
> Using CATALINA_BASE:   
>
/Users/robleach/Applications/Internet/jakarta-tomcat-4.1.12
> Using CATALINA_HOME:   
>
/Users/robleach/Applications/Internet/jakarta-tomcat-4.1.12
> Using CATALINA_TMPDIR: 
>
/Users/robleach/Applications/Internet/jakarta-tomcat-4.1.12/temp
> Using JAVA_HOME:   /Library/Java/Home
> Catalina.stop: java.net.ConnectException: Connection
> refused
> java.net.ConnectException: Connection refused
>  at
> java.net.PlainSocketImpl.socketConnect(Native
> Method)
>  at
>
java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:350)
>  at 
>
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:137)
>  at
>
java.net.PlainSocketImpl.connect(PlainSocketImpl.java:124)
>  at java.net.Socket.(Socket.java:268)
>  at java.net.Socket.(Socket.java:95)
>  at
>
org.apache.catalina.startup.Catalina.stop(Catalina.java:579)
>  at 
>
org.apache.catalina.startup.Catalina.execute(Catalina.java:402)
>  at 
>
org.apache.catalina.startup.Catalina.process(Catalina.java:180)
>  at java.lang.reflect.Method.invoke(Native
> Method)
>  at 
>
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
> 
> What do you think's going on?  I even tried
> forwarding port 8080 
> requests on my router to my computer.  I'm not 100%
> sure Tomcat was 
> actually running.  is there a way I can test that?
> 
> Thanks,
> Rob
> 
> On Sunday, December 15, 2002, at 03:28  PM, Paul
> DuBois wrote:
> 
> > At 15:05 -0700 12/15/02, Robert Leach wrote:
> >> Hi,
> >>
> >> I tried running the startup.sh script for tomcat
> and it says I need a 
> >> value for the JAVA_HOME environment variable.
> >>
> >> I assumed that since I installed the developer
> package that came with 
> >> Mac OS X 10.2 that I would have it, but after
> doing this search:
> >>
> >>find / -name "jdk*" -print
> >>
> >> and getting no results, I started searching for
> the JDK online to 
> >> download it.  Sun's website however doesn't
> appear to have one for 
> >> Mac.  I also tried searching apple's website to
> no avail.  Google was 
> >> just as helpful.
> >>
> >> I'm at a loss.  I've been searching for hours and
> I just can't find 
> >> it.  What am I missing here?  This should be
> simple.
> >
> > Try:
> >
> > /System/Library/Frameworks/JavaVM.framework/Home
> >
> >>
> >> Thanks,
> >> Rob
> >>
> >>
>

> >> * Yoda: *sigh* "Always with you, what cannot be
> done." *
> >>
>

> >
> >
> > --
> > To unsubscribe, e-mail:   
> >
> 
> > For additional commands, e-mail: 
> > 
> >
> >
>

> * Yoda: *sigh* "Always with you, what cannot be
> done." *
>

> 
> 
> --
> To unsubscribe, e-mail:  
> 
> For additional commands, e-mail:
> 
>  


Missed your favourite TV serial last night? Try the new, Yahoo! TV.
   visit http://in.tv.yahoo.com

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: JAVA_HOME on Mac OS X?

2002-12-15 Thread Robert Leach
Thanks.  I'm now facing another problem.  Here's what happens now:

	[dantooine:Internet/jakarta-tomcat-4.1.12/bin] robleach% ./startup.sh
	Using CATALINA_BASE:   
/Users/robleach/Applications/Internet/jakarta-tomcat-4.1.12
	Using CATALINA_HOME:   
/Users/robleach/Applications/Internet/jakarta-tomcat-4.1.12
	Using CATALINA_TMPDIR: 
/Users/robleach/Applications/Internet/jakarta-tomcat-4.1.12/temp
	Using JAVA_HOME:   /Library/Java/Home

Then when I type either localhost:8080 or 127.0.0.1:8080 or my IP 
address:8080, I get this messge:

	Cannot Load Address

	Temporarily unable to connect: Connection refused

After these attempts, I tried shutting down Tomcat and got a connection 
refused message:

[dantooine:Internet/jakarta-tomcat-4.1.12/bin] robleach% ./shutdown.sh
Using CATALINA_BASE:   
/Users/robleach/Applications/Internet/jakarta-tomcat-4.1.12
Using CATALINA_HOME:   
/Users/robleach/Applications/Internet/jakarta-tomcat-4.1.12
Using CATALINA_TMPDIR: 
/Users/robleach/Applications/Internet/jakarta-tomcat-4.1.12/temp
Using JAVA_HOME:   /Library/Java/Home
Catalina.stop: java.net.ConnectException: Connection refused
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:350)
at 
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:137)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:124)
at java.net.Socket.(Socket.java:268)
at java.net.Socket.(Socket.java:95)
at org.apache.catalina.startup.Catalina.stop(Catalina.java:579)
at 
org.apache.catalina.startup.Catalina.execute(Catalina.java:402)
at 
org.apache.catalina.startup.Catalina.process(Catalina.java:180)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)

What do you think's going on?  I even tried forwarding port 8080 
requests on my router to my computer.  I'm not 100% sure Tomcat was 
actually running.  is there a way I can test that?

Thanks,
Rob

On Sunday, December 15, 2002, at 03:28  PM, Paul DuBois wrote:

At 15:05 -0700 12/15/02, Robert Leach wrote:

Hi,

I tried running the startup.sh script for tomcat and it says I need a 
value for the JAVA_HOME environment variable.

I assumed that since I installed the developer package that came with 
Mac OS X 10.2 that I would have it, but after doing this search:

	find / -name "jdk*" -print

and getting no results, I started searching for the JDK online to 
download it.  Sun's website however doesn't appear to have one for 
Mac.  I also tried searching apple's website to no avail.  Google was 
just as helpful.

I'm at a loss.  I've been searching for hours and I just can't find 
it.  What am I missing here?  This should be simple.

Try:

/System/Library/Frameworks/JavaVM.framework/Home



Thanks,
Rob


* Yoda: *sigh* "Always with you, what cannot be done." *




--
To unsubscribe, e-mail:   

For additional commands, e-mail: 




* Yoda: *sigh* "Always with you, what cannot be done." *



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: JAVA_HOME on Mac OS X?

2002-12-15 Thread Paul DuBois
At 15:05 -0700 12/15/02, Robert Leach wrote:

Hi,

I tried running the startup.sh script for tomcat and it says I need 
a value for the JAVA_HOME environment variable.

I assumed that since I installed the developer package that came 
with Mac OS X 10.2 that I would have it, but after doing this search:

	find / -name "jdk*" -print

and getting no results, I started searching for the JDK online to 
download it.  Sun's website however doesn't appear to have one for 
Mac.  I also tried searching apple's website to no avail.  Google 
was just as helpful.

I'm at a loss.  I've been searching for hours and I just can't find 
it.  What am I missing here?  This should be simple.

Try:

/System/Library/Frameworks/JavaVM.framework/Home



Thanks,
Rob


* Yoda: *sigh* "Always with you, what cannot be done." *




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM

2002-01-16 Thread ROSHAN NAVENDRA

The best way to do it is: 

On your desktop, right-click the MyCoputer icon and select "Properties".

Select the Advanced tab, and click on environment variables. 
Under system variables you can then creat the JAVA_HOME and TOMCAT_HOME variables.

This is detailed further in the following page,

http://www.onjava.com/lpt/a//onjava/2001/03/29/tomcat.html 

Rosh.

>>> [EMAIL PROTECTED] 01/16/02 09:40PM >>>
set JAVA_HOME=c:\jdk1.3
set TOMCAT_HOME=c:\tomcat
- Original Message - 
From: "babs boyejo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 16, 2002 08:58
Subject: JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM


> Dear All,
> 
> 1)how do you set the java_home to the jdk installation
> ?
> 2)and will this be in the autoexec.bat or where?
> 3)where and how do you set the tomcat_home?
> 
> Regards
> Vic
> 
> 
> 
> __
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/ 
> 
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 
> 
> 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 



--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM

2002-01-16 Thread Galbayar

set JAVA_HOME=c:\jdk1.3
set TOMCAT_HOME=c:\tomcat
- Original Message - 
From: "babs boyejo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 16, 2002 08:58
Subject: JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM


> Dear All,
> 
> 1)how do you set the java_home to the jdk installation
> ?
> 2)and will this be in the autoexec.bat or where?
> 3)where and how do you set the tomcat_home?
> 
> Regards
> Vic
> 
> 
> 
> __
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
> 
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 
> 
> 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




RE: JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM

2002-01-16 Thread Raphaele Giordan

on win98, edit the autoexec.bat
at the end add :
SET JAVA_HOME=C:\jdk1.3 for instance
SET PATH=%PATH%;%JAVA_HOME%\bin
SET TOMCAT_HOME=C:\tomcat3.2.3 for instance
reboot
raphaele


> -Message d'origine-
> De:   babs boyejo [SMTP:[EMAIL PROTECTED]]
> Date: mercredi 16 janvier 2002 01:58
> A:[EMAIL PROTECTED]
> Objet:JAVA_HOME AND TOMCAT_HOME SETUP PROBLEM
> 
> Dear All,
> 
> 1)how do you set the java_home to the jdk installation
> ?
> 2)and will this be in the autoexec.bat or where?
> 3)where and how do you set the tomcat_home?
> 
> Regards
> Vic
> 
> 
> 
> __
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
> 
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: JAVA_HOME trouble

2001-04-09 Thread Shankar Gowda

hi,
please check out in command as 'java' if it is working
then your path is correct !
if not
go to Autoexec.bat in win9x or .bash_profile in linux
add this 
inst #comments

JAVA_HOME =/usr/jdk1.2.2
#start after path= and add this donot remove other
#paths
PATH=$JAVA_HOME/bin:
EXPORT PATH JAVA_HOME

1.check this after sh .bash_profile execution
2.logout
3.login
4. type '$JAVA_HOME' or 'which java'
u must see the path of java
bye
shankar
--- Derek Mc Connon <[EMAIL PROTECTED]>
wrote:
> Hello
>  
> I am running Tomcat 3.1 under Apache
> and I am having trouble running JSP pages.  I get a
> 500 error (Internal Servlet
> error) when trying to load them
> I have tried setting up JAVA_HOME variable but 
> this does not seem to work
> 
> Could anyone tell me what files it needs to be
> changed in (.bat and .sh)
> the path to my JAVA_HOME dir is '/usr/jdk1.2.2/'
> 
> If anyone has an example of what they done or how to
> set it up correctly
> i would be grateful for there assistance
> 
> 
> Thanks in advance,
> Derek
> 
> 
> > >
>
-
> > > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > > For additional commands, email:
> [EMAIL PROTECTED]
> > >
> > 
> > 
> >
>
-
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, email:
> [EMAIL PROTECTED]
> > 
> >
>
-
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, email:
> [EMAIL PROTECTED]
> > 
> >
>
-
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, email:
> [EMAIL PROTECTED]
> > 
> 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/