JTHOWTO

2003-02-12 Thread Alberto A C A S Magalhães
**
Este email assim como os ficheiros que possa ter em anexo são confidenciais
e para uso exclusivo da pessoa ou organização para o qual foi enviado.
Se recebeu este email por engano por favor notifique [EMAIL PROTECTED]

Esta nota confirma que esta mensagem foi verificada pelo MIMEsweeper
não tendo sido encontrados virus.

www.mimesweeper.com
***

John, i am using your document, Red Hat Linux 7.2 + Apache... + Tomcat
4.1.18,
I finish installing, java and tomcat.
When i startup tomcat, it gives an error, of, JAVA_HOME environment variable
not correctly defined!!
Can you help me...



RE: JTHOWTO

2003-02-12 Thread Turner, John

Go back to the HOWTO, find the section titled Install JDK and follow the
two instructions there.

You will need to set an environment variable named JAVA_HOME, with a value
of your JDK installation directory.  For example:

JAVA_HOME=/usr/local/j2sdk1.4.1_01
export JAVA_HOME

Note that if you don't set it in a login script or globally someplace like
/etc/profile, you will have to set it each time you log in.

John


 -Original Message-
 From: Alberto A C A S Magalhães [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 12, 2003 3:01 PM
 To: Tomcat Users List
 Subject: JTHOWTO
 
 
 **
 Este email assim como os ficheiros que possa ter em anexo são 
 confidenciais
 e para uso exclusivo da pessoa ou organização para o qual foi enviado.
 Se recebeu este email por engano por favor notifique [EMAIL PROTECTED]
 
 Esta nota confirma que esta mensagem foi verificada pelo MIMEsweeper
 não tendo sido encontrados virus.
 
 www.mimesweeper.com
 **
 *
 
 John, i am using your document, Red Hat Linux 7.2 + Apache... + Tomcat
 4.1.18,
 I finish installing, java and tomcat.
 When i startup tomcat, it gives an error, of, JAVA_HOME 
 environment variable
 not correctly defined!!
 Can you help me...
 

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




Re: JTHOWTO

2003-02-12 Thread Ben Ricker
On Wed, 2003-02-12 at 14:00, Alberto A C A S Magalhães wrote:

 John, i am using your document, Red Hat Linux 7.2 + Apache... + Tomcat
 4.1.18,
 I finish installing, java and tomcat.
 When i startup tomcat, it gives an error, of, JAVA_HOME environment variable
 not correctly defined!!
 Can you help me...

Although I am not John, I will fill his rather huge shoes for a
moment...

You need to set the JAVA_HOME variable. You can do this by setting it
manually on the command line (type: 'JAVA_HOME=/path/to/java/install')
or. better yet, assign the variable in the startup.sh file. Include a
line at the beginning under the comments:

JAVA_HOME=/path/to/java/install

The '/path/to/java/install' depends on how you installed Java. If by
RPM, I believe it is /usr/java/jdk_version#.

Ben Ricker

-- 
Ben Ricker [EMAIL PROTECTED]
Wellinx.com


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




RE: JTHOWTO

2003-02-12 Thread Turner, John

Steve ON
Excuse me, Mr. Ricker, I don't believe we have ever met before, but if we
have and I have forgotten *please* excuse me, as I am not well versed in all
of the, how shall we say, social graces.  Now, I am sure there are others
on this list who will *cringe* at my question, but I am still having a LOT
of problems with my BIG FEET and all I want to know, Mr. Ricker, is How did
you know I have big feet?  I hope you will reply, Capiche?
Steve OFF

John

 -Original Message-
 From: Ben Ricker [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 12, 2003 3:26 PM
 To: Tomcat Users List
 Subject: Re: JTHOWTO
 
 
 On Wed, 2003-02-12 at 14:00, Alberto A C A S Magalhães wrote:
 
  John, i am using your document, Red Hat Linux 7.2 + 
 Apache... + Tomcat
  4.1.18,
  I finish installing, java and tomcat.
  When i startup tomcat, it gives an error, of, JAVA_HOME 
 environment variable
  not correctly defined!!
  Can you help me...
 
 Although I am not John, I will fill his rather huge shoes for a
 moment...
 
 You need to set the JAVA_HOME variable. You can do this by setting it
 manually on the command line (type: 'JAVA_HOME=/path/to/java/install')
 or. better yet, assign the variable in the startup.sh file. Include a
 line at the beginning under the comments:
 
 JAVA_HOME=/path/to/java/install
 
 The '/path/to/java/install' depends on how you installed Java. If by
 RPM, I believe it is /usr/java/jdk_version#.
 
 Ben Ricker
 
 -- 
 Ben Ricker [EMAIL PROTECTED]
 Wellinx.com
 
 
 -
 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: JTHOWTO

2003-02-12 Thread Geoff Peters
Too funny John!

-Original Message-
From: Turner, John [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 12, 2003 4:37 PM
To: 'Tomcat Users List'
Subject: RE: JTHOWTO



Steve ON
Excuse me, Mr. Ricker, I don't believe we have ever met before, but if we
have and I have forgotten *please* excuse me, as I am not well versed in all
of the, how shall we say, social graces.  Now, I am sure there are others
on this list who will *cringe* at my question, but I am still having a LOT
of problems with my BIG FEET and all I want to know, Mr. Ricker, is How did
you know I have big feet?  I hope you will reply, Capiche?
Steve OFF

John

 -Original Message-
 From: Ben Ricker [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 12, 2003 3:26 PM
 To: Tomcat Users List
 Subject: Re: JTHOWTO
 
 
 On Wed, 2003-02-12 at 14:00, Alberto A C A S Magalhães wrote:
 
  John, i am using your document, Red Hat Linux 7.2 + 
 Apache... + Tomcat
  4.1.18,
  I finish installing, java and tomcat.
  When i startup tomcat, it gives an error, of, JAVA_HOME 
 environment variable
  not correctly defined!!
  Can you help me...
 
 Although I am not John, I will fill his rather huge shoes for a
 moment...
 
 You need to set the JAVA_HOME variable. You can do this by setting it
 manually on the command line (type: 'JAVA_HOME=/path/to/java/install')
 or. better yet, assign the variable in the startup.sh file. Include a
 line at the beginning under the comments:
 
 JAVA_HOME=/path/to/java/install
 
 The '/path/to/java/install' depends on how you installed Java. If by
 RPM, I believe it is /usr/java/jdk_version#.
 
 Ben Ricker
 
 -- 
 Ben Ricker [EMAIL PROTECTED]
 Wellinx.com
 
 
 -
 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: JTHOWTO

2003-02-12 Thread jsp
Yeah man, like. way to go dude ! I'm like, rollin on the floor man.
I cant stop laughing. The MR RICKER part and the steve on  steve off
 part like, WOW dude . Your humor is like WY NARLY BRA !

-Original Message-
From: Geoff Peters [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 12, 2003 12:40 PM
To: Tomcat Users List
Subject: RE: JTHOWTO

Too funny John!

-Original Message-
From: Turner, John [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 12, 2003 4:37 PM
To: 'Tomcat Users List'
Subject: RE: JTHOWTO



Steve ON
Excuse me, Mr. Ricker, I don't believe we have ever met before, but if
we
have and I have forgotten *please* excuse me, as I am not well versed in
all
of the, how shall we say, social graces.  Now, I am sure there are
others
on this list who will *cringe* at my question, but I am still having a
LOT
of problems with my BIG FEET and all I want to know, Mr. Ricker, is How
did
you know I have big feet?  I hope you will reply, Capiche?
Steve OFF

John

 -Original Message-
 From: Ben Ricker [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 12, 2003 3:26 PM
 To: Tomcat Users List
 Subject: Re: JTHOWTO
 
 
 On Wed, 2003-02-12 at 14:00, Alberto A C A S Magalhães wrote:
 
  John, i am using your document, Red Hat Linux 7.2 + 
 Apache... + Tomcat
  4.1.18,
  I finish installing, java and tomcat.
  When i startup tomcat, it gives an error, of, JAVA_HOME 
 environment variable
  not correctly defined!!
  Can you help me...
 
 Although I am not John, I will fill his rather huge shoes for a
 moment...
 
 You need to set the JAVA_HOME variable. You can do this by setting it
 manually on the command line (type: 'JAVA_HOME=/path/to/java/install')
 or. better yet, assign the variable in the startup.sh file. Include a
 line at the beginning under the comments:
 
 JAVA_HOME=/path/to/java/install
 
 The '/path/to/java/install' depends on how you installed Java. If by
 RPM, I believe it is /usr/java/jdk_version#.
 
 Ben Ricker
 
 -- 
 Ben Ricker [EMAIL PROTECTED]
 Wellinx.com
 
 
 -
 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]


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




RE: JTHOWTO

2003-02-12 Thread Turner, John

I just need a vacation.

John


 -Original Message-
 From: jsp [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 12, 2003 4:17 PM
 To: 'Tomcat Users List'
 Subject: RE: JTHOWTO
 
 
 Yeah man, like. way to go dude ! I'm like, rollin on the 
 floor man.
 I cant stop laughing. The MR RICKER part and the steve on  
 steve off
  part like, WOW dude . Your humor is like WY NARLY BRA !
 
 -Original Message-
 From: Geoff Peters [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, February 12, 2003 12:40 PM
 To: Tomcat Users List
 Subject: RE: JTHOWTO
 
 Too funny John!
 
 -Original Message-
 From: Turner, John [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, February 12, 2003 4:37 PM
 To: 'Tomcat Users List'
 Subject: RE: JTHOWTO
 
 
 
 Steve ON
 Excuse me, Mr. Ricker, I don't believe we have ever met before, but if
 we
 have and I have forgotten *please* excuse me, as I am not 
 well versed in
 all
 of the, how shall we say, social graces.  Now, I am sure there are
 others
 on this list who will *cringe* at my question, but I am still having a
 LOT
 of problems with my BIG FEET and all I want to know, Mr. 
 Ricker, is How
 did
 you know I have big feet?  I hope you will reply, Capiche?
 Steve OFF
 
 John
 
  -Original Message-
  From: Ben Ricker [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, February 12, 2003 3:26 PM
  To: Tomcat Users List
  Subject: Re: JTHOWTO
  
  
  On Wed, 2003-02-12 at 14:00, Alberto A C A S Magalhães wrote:
  
   John, i am using your document, Red Hat Linux 7.2 + 
  Apache... + Tomcat
   4.1.18,
   I finish installing, java and tomcat.
   When i startup tomcat, it gives an error, of, JAVA_HOME 
  environment variable
   not correctly defined!!
   Can you help me...
  
  Although I am not John, I will fill his rather huge shoes for a
  moment...
  
  You need to set the JAVA_HOME variable. You can do this by 
 setting it
  manually on the command line (type: 
 'JAVA_HOME=/path/to/java/install')
  or. better yet, assign the variable in the startup.sh file. 
 Include a
  line at the beginning under the comments:
  
  JAVA_HOME=/path/to/java/install
  
  The '/path/to/java/install' depends on how you installed Java. If by
  RPM, I believe it is /usr/java/jdk_version#.
  
  Ben Ricker
  
  -- 
  Ben Ricker [EMAIL PROTECTED]
  Wellinx.com
  
  
  
 -
  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]
 
 
 -
 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: JTHOWTO

2003-02-12 Thread Oscar Carrillo
Yeah, like somewhere where there's no internet access. LOL.
John, you spend more time responding to this list than I do playing video 
games. Wow!

Oscar

On Wed, 12 Feb 
2003, Turner, John wrote:

 
 I just need a vacation.
 
 John
 
 
  -Original Message-
  From: jsp [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, February 12, 2003 4:17 PM
  To: 'Tomcat Users List'
  Subject: RE: JTHOWTO
  
  
  Yeah man, like. way to go dude ! I'm like, rollin on the 
  floor man.
  I cant stop laughing. The MR RICKER part and the steve on  
  steve off
   part like, WOW dude . Your humor is like WY NARLY BRA !
  
  -Original Message-
  From: Geoff Peters [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, February 12, 2003 12:40 PM
  To: Tomcat Users List
  Subject: RE: JTHOWTO
  
  Too funny John!
  
  -Original Message-
  From: Turner, John [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, February 12, 2003 4:37 PM
  To: 'Tomcat Users List'
  Subject: RE: JTHOWTO
  
  
  
  Steve ON
  Excuse me, Mr. Ricker, I don't believe we have ever met before, but if
  we
  have and I have forgotten *please* excuse me, as I am not 
  well versed in
  all
  of the, how shall we say, social graces.  Now, I am sure there are
  others
  on this list who will *cringe* at my question, but I am still having a
  LOT
  of problems with my BIG FEET and all I want to know, Mr. 
  Ricker, is How
  did
  you know I have big feet?  I hope you will reply, Capiche?
  Steve OFF
  
  John
  
   -Original Message-
   From: Ben Ricker [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, February 12, 2003 3:26 PM
   To: Tomcat Users List
   Subject: Re: JTHOWTO
   
   
   On Wed, 2003-02-12 at 14:00, Alberto A C A S Magalhães wrote:
   
John, i am using your document, Red Hat Linux 7.2 + 
   Apache... + Tomcat
4.1.18,
I finish installing, java and tomcat.
When i startup tomcat, it gives an error, of, JAVA_HOME 
   environment variable
not correctly defined!!
Can you help me...
   
   Although I am not John, I will fill his rather huge shoes for a
   moment...
   
   You need to set the JAVA_HOME variable. You can do this by 
  setting it
   manually on the command line (type: 
  'JAVA_HOME=/path/to/java/install')
   or. better yet, assign the variable in the startup.sh file. 
  Include a
   line at the beginning under the comments:
   
   JAVA_HOME=/path/to/java/install
   
   The '/path/to/java/install' depends on how you installed Java. If by
   RPM, I believe it is /usr/java/jdk_version#.
   
   Ben Ricker
   
   -- 
   Ben Ricker [EMAIL PROTECTED]
   Wellinx.com
   
   
   
  -
   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]
  
  
  -
  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]