Re: newbie installation problems

2006-07-28 Thread Christopher Schultz
Timothy,

The more likely scenario is that the original poster modified his login
scripts (/etc/profile, for example), and then never ran them.

Try:

$ source /etc/profile

or whatever login script is appropriate for your shell. That ought to help.

-chris

Timothy Collett wrote:
 On Jul 27, 2006, at 10:55 AM, D. Salemink Klikstudio wrote:
 
 [EMAIL PROTECTED] apache-tomcat-5.5.17]# env | grep CATALINA_HOME
 CATALINA_HOME=/usr/local/jakarta-tomcat-4.1.31
 
 That looks like your environment is simply not getting set properly--or
 is getting reset after your /etc/profile is set (you might check for a
 ~/.bashrc or ~/.cshrc, depending on your shell).
 
 It may take some digging to find, but somewhere in your profile scripts,
 it is setting CATALINA_HOME to that.
 
 Timothy Collett
 
 -- 
 
 Nobody can make you feel inferior without your permission.
 -Eleanor Roosevelt
 
 
 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 



signature.asc
Description: OpenPGP digital signature


Re: newbie installation problems

2006-07-28 Thread D. Salemink Klikstudio

I dont know what the problem was, i did so many things to try to solve
it, I'm almost sure I  exited tomcat before starting up the newer
version but i cant be sure.
Whatever it was ,the system restart solved my problem!

On 7/28/06, Christopher Schultz [EMAIL PROTECTED] wrote:

Timothy,

The more likely scenario is that the original poster modified his login
scripts (/etc/profile, for example), and then never ran them.

Try:

$ source /etc/profile

or whatever login script is appropriate for your shell. That ought to help.

-chris

Timothy Collett wrote:
 On Jul 27, 2006, at 10:55 AM, D. Salemink Klikstudio wrote:

 [EMAIL PROTECTED] apache-tomcat-5.5.17]# env | grep CATALINA_HOME
 CATALINA_HOME=/usr/local/jakarta-tomcat-4.1.31

 That looks like your environment is simply not getting set properly--or
 is getting reset after your /etc/profile is set (you might check for a
 ~/.bashrc or ~/.cshrc, depending on your shell).

 It may take some digging to find, but somewhere in your profile scripts,
 it is setting CATALINA_HOME to that.

 Timothy Collett

 --

 Nobody can make you feel inferior without your permission.
 -Eleanor Roosevelt


 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]








--
D. Salemink
Zomerdijkstraat 1-11079WX Amsterdam
+31207726869 +31651611510

Nieuwe media cursussen http://www.klikstudio.net
Webdesign en hosting http://www.klikstudio.nl

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio

IM going crazy with my tomcat installation.

Previosly i installed the tomcat 4 version which was working fine but
because I want to use mmbase preferably with tomcat 5. I removed de 4
folder, placed the 5 folder and updated my environment paths in
/etc/profile.

Each time i start up startup.sh i get

[EMAIL PROTECTED] apache-tomcat-5.5.17]# /usr/local/tomcat/bin/startup.sh
Cannot find /usr/local/jakarta-tomcat-4.1.31/bin/setclasspath.sh
This file is needed to run this program
[EMAIL PROTECTED] apache-tomcat-5.5.17]#

As far as i know i have no files whatsoever going to 4.1.31 and
somehow i most still have the environment set up wrong, can anybody
help me with this??


--
D. Salemink
Zomerdijkstraat 1-11079WX Amsterdam
+31207726869 +31651611510

Nieuwe media cursussen http://www.klikstudio.net
Webdesign en hosting http://www.klikstudio.nl

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: newbie installation problems

2006-07-27 Thread Antonio Petrelli

D. Salemink Klikstudio ha scritto:

As far as i know i have no files whatsoever going to 4.1.31 and
somehow i most still have the environment set up wrong, can anybody
help me with this??


What's your distribution? Not all Linux distributions use /etc/profile 
for environment variables. For example Ubuntu uses /etc/environment


Ciao
Antonio

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio

I have redhat enterprise (3?)
It worked with the tomcat 4 version in the /etc/profile
but it doesnt seem to want to loose this configuration anymore
This is whats in my my /etc/profile now

JAVA_HOME=/usr/java/j2sdk1.4.2_12
CATALINA_HOME=/usr/local/apache-tomcat-5.5.17



On 7/27/06, Antonio Petrelli [EMAIL PROTECTED] wrote:

D. Salemink Klikstudio ha scritto:
 As far as i know i have no files whatsoever going to 4.1.31 and
 somehow i most still have the environment set up wrong, can anybody
 help me with this??

What's your distribution? Not all Linux distributions use /etc/profile
for environment variables. For example Ubuntu uses /etc/environment

Ciao
Antonio

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
D. Salemink
Zomerdijkstraat 1-11079WX Amsterdam
+31207726869 +31651611510

Nieuwe media cursussen http://www.klikstudio.net
Webdesign en hosting http://www.klikstudio.nl

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: newbie installation problems

2006-07-27 Thread Antonio Petrelli

D. Salemink Klikstudio ha scritto:

I have redhat enterprise (3?)
It worked with the tomcat 4 version in the /etc/profile
but it doesnt seem to want to loose this configuration anymore
This is whats in my my /etc/profile now

JAVA_HOME=/usr/java/j2sdk1.4.2_12
CATALINA_HOME=/usr/local/apache-tomcat-5.5.17



And what does:
env | grep CATALINA_HOME
say?
Did you exit the session before trying to run Tomcat?

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: newbie installation problems

2006-07-27 Thread Raju Balugu

Have u placed the compatability jar files in tomcat5 environment?
jmx.jar --tomcat5/bin/
xerecesImpl.jar --tomcat5\common\endorsed\
xml-api.jar.jar --tomcat5\common\endorsed\

Regards
Raju


On 7/27/06, D. Salemink Klikstudio [EMAIL PROTECTED] wrote:


I have redhat enterprise (3?)
It worked with the tomcat 4 version in the /etc/profile
but it doesnt seem to want to loose this configuration anymore
This is whats in my my /etc/profile now

JAVA_HOME=/usr/java/j2sdk1.4.2_12
CATALINA_HOME=/usr/local/apache-tomcat-5.5.17



On 7/27/06, Antonio Petrelli [EMAIL PROTECTED] wrote:
 D. Salemink Klikstudio ha scritto:
  As far as i know i have no files whatsoever going to 4.1.31 and
  somehow i most still have the environment set up wrong, can anybody
  help me with this??

 What's your distribution? Not all Linux distributions use /etc/profile
 for environment variables. For example Ubuntu uses /etc/environment

 Ciao
 Antonio

 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
D. Salemink
Zomerdijkstraat 1-11079WX Amsterdam
+31207726869 +31651611510

Nieuwe media cursussen http://www.klikstudio.net
Webdesign en hosting http://www.klikstudio.nl

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio

[EMAIL PROTECTED] apache-tomcat-5.5.17]# env | grep CATALINA_HOME
CATALINA_HOME=/usr/local/jakarta-tomcat-4.1.31


On 7/27/06, Antonio Petrelli [EMAIL PROTECTED] wrote:

D. Salemink Klikstudio ha scritto:
 I have redhat enterprise (3?)
 It worked with the tomcat 4 version in the /etc/profile
 but it doesnt seem to want to loose this configuration anymore
 This is whats in my my /etc/profile now

 JAVA_HOME=/usr/java/j2sdk1.4.2_12
 CATALINA_HOME=/usr/local/apache-tomcat-5.5.17


And what does:
env | grep CATALINA_HOME
say?
Did you exit the session before trying to run Tomcat?

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
D. Salemink
Zomerdijkstraat 1-11079WX Amsterdam
+31207726869 +31651611510

Nieuwe media cursussen http://www.klikstudio.net
Webdesign en hosting http://www.klikstudio.nl

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio

no i havent,

From where should i take these files?


Regards
Debbie

On 7/27/06, Raju Balugu [EMAIL PROTECTED] wrote:

Have u placed the compatability jar files in tomcat5 environment?
jmx.jar --tomcat5/bin/
xerecesImpl.jar --tomcat5\common\endorsed\
xml-api.jar.jar --tomcat5\common\endorsed\

Regards
Raju


On 7/27/06, D. Salemink Klikstudio [EMAIL PROTECTED] wrote:

 I have redhat enterprise (3?)
 It worked with the tomcat 4 version in the /etc/profile
 but it doesnt seem to want to loose this configuration anymore
 This is whats in my my /etc/profile now

 JAVA_HOME=/usr/java/j2sdk1.4.2_12
 CATALINA_HOME=/usr/local/apache-tomcat-5.5.17



 On 7/27/06, Antonio Petrelli [EMAIL PROTECTED] wrote:
  D. Salemink Klikstudio ha scritto:
   As far as i know i have no files whatsoever going to 4.1.31 and
   somehow i most still have the environment set up wrong, can anybody
   help me with this??
 
  What's your distribution? Not all Linux distributions use /etc/profile
  for environment variables. For example Ubuntu uses /etc/environment
 
  Ciao
  Antonio
 
  -
  To start a new topic, e-mail: users@tomcat.apache.org
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 D. Salemink
 Zomerdijkstraat 1-11079WX Amsterdam
 +31207726869 +31651611510

 Nieuwe media cursussen http://www.klikstudio.net
 Webdesign en hosting http://www.klikstudio.nl

 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]







--
D. Salemink
Zomerdijkstraat 1-11079WX Amsterdam
+31207726869 +31651611510

Nieuwe media cursussen http://www.klikstudio.net
Webdesign en hosting http://www.klikstudio.nl

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: newbie installation problems

2006-07-27 Thread Timothy Collett

On Jul 27, 2006, at 10:55 AM, D. Salemink Klikstudio wrote:


[EMAIL PROTECTED] apache-tomcat-5.5.17]# env | grep CATALINA_HOME
CATALINA_HOME=/usr/local/jakarta-tomcat-4.1.31


That looks like your environment is simply not getting set properly-- 
or is getting reset after your /etc/profile is set (you might check  
for a ~/.bashrc or ~/.cshrc, depending on your shell).


It may take some digging to find, but somewhere in your profile  
scripts, it is setting CATALINA_HOME to that.


Timothy Collett

--

Nobody can make you feel inferior without your permission.
-Eleanor Roosevelt


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: newbie installation problems

2006-07-27 Thread Raju Balugu

http://tomcat.apache.org/download-55.cgi#5.5.17

check for the compatability jars.


On 7/27/06, D. Salemink Klikstudio [EMAIL PROTECTED] wrote:


no i havent,
From where should i take these files?

Regards
Debbie

On 7/27/06, Raju Balugu [EMAIL PROTECTED] wrote:
 Have u placed the compatability jar files in tomcat5 environment?
 jmx.jar --tomcat5/bin/
 xerecesImpl.jar --tomcat5\common\endorsed\
 xml-api.jar.jar --tomcat5\common\endorsed\

 Regards
 Raju


 On 7/27/06, D. Salemink Klikstudio [EMAIL PROTECTED] wrote:
 
  I have redhat enterprise (3?)
  It worked with the tomcat 4 version in the /etc/profile
  but it doesnt seem to want to loose this configuration anymore
  This is whats in my my /etc/profile now
 
  JAVA_HOME=/usr/java/j2sdk1.4.2_12
  CATALINA_HOME=/usr/local/apache-tomcat-5.5.17
 
 
 
  On 7/27/06, Antonio Petrelli [EMAIL PROTECTED] wrote:
   D. Salemink Klikstudio ha scritto:
As far as i know i have no files whatsoever going to 4.1.31 and
somehow i most still have the environment set up wrong, can
anybody
help me with this??
  
   What's your distribution? Not all Linux distributions use
/etc/profile
   for environment variables. For example Ubuntu uses /etc/environment
  
   Ciao
   Antonio
  
  
-
   To start a new topic, e-mail: users@tomcat.apache.org
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
  --
  D. Salemink
  Zomerdijkstraat 1-11079WX Amsterdam
  +31207726869 +31651611510
 
  Nieuwe media cursussen http://www.klikstudio.net
  Webdesign en hosting http://www.klikstudio.nl
 
  -
  To start a new topic, e-mail: users@tomcat.apache.org
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 




--
D. Salemink
Zomerdijkstraat 1-11079WX Amsterdam
+31207726869 +31651611510

Nieuwe media cursussen http://www.klikstudio.net
Webdesign en hosting http://www.klikstudio.nl

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio

Thanks Raju,
ive placed the jars but i still have the same problem, I've checked
all bash_profile files doesnt seem to be a double entry anywhere and
the default the server uses is /etc/profile
according to the bashrc.
Could there be a double entry anywhere else?

Regards,
On 7/27/06, Raju Balugu [EMAIL PROTECTED] wrote:

http://tomcat.apache.org/download-55.cgi#5.5.17

check for the compatability jars.


On 7/27/06, D. Salemink Klikstudio [EMAIL PROTECTED] wrote:

 no i havent,
 From where should i take these files?

 Regards
 Debbie

 On 7/27/06, Raju Balugu [EMAIL PROTECTED] wrote:
  Have u placed the compatability jar files in tomcat5 environment?
  jmx.jar --tomcat5/bin/
  xerecesImpl.jar --tomcat5\common\endorsed\
  xml-api.jar.jar --tomcat5\common\endorsed\
 
  Regards
  Raju
 
 
  On 7/27/06, D. Salemink Klikstudio [EMAIL PROTECTED] wrote:
  
   I have redhat enterprise (3?)
   It worked with the tomcat 4 version in the /etc/profile
   but it doesnt seem to want to loose this configuration anymore
   This is whats in my my /etc/profile now
  
   JAVA_HOME=/usr/java/j2sdk1.4.2_12
   CATALINA_HOME=/usr/local/apache-tomcat-5.5.17
  
  
  
   On 7/27/06, Antonio Petrelli [EMAIL PROTECTED] wrote:
D. Salemink Klikstudio ha scritto:
 As far as i know i have no files whatsoever going to 4.1.31 and
 somehow i most still have the environment set up wrong, can
 anybody
 help me with this??
   
What's your distribution? Not all Linux distributions use
 /etc/profile
for environment variables. For example Ubuntu uses /etc/environment
   
Ciao
Antonio
   
   
 -
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
  
  
   --
   D. Salemink
   Zomerdijkstraat 1-11079WX Amsterdam
   +31207726869 +31651611510
  
   Nieuwe media cursussen http://www.klikstudio.net
   Webdesign en hosting http://www.klikstudio.nl
  
   -
   To start a new topic, e-mail: users@tomcat.apache.org
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 


 --
 D. Salemink
 Zomerdijkstraat 1-11079WX Amsterdam
 +31207726869 +31651611510

 Nieuwe media cursussen http://www.klikstudio.net
 Webdesign en hosting http://www.klikstudio.nl

 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]







--
D. Salemink
Zomerdijkstraat 1-11079WX Amsterdam
+31207726869 +31651611510

Nieuwe media cursussen http://www.klikstudio.net
Webdesign en hosting http://www.klikstudio.nl

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio

I did a reboot and now everything works, so it must have been still
running in the background? Thanks for all your help.

regards
Debbie Salemink


On 7/27/06, D. Salemink Klikstudio [EMAIL PROTECTED] wrote:

Thanks Raju,
ive placed the jars but i still have the same problem, I've checked
all bash_profile files doesnt seem to be a double entry anywhere and
the default the server uses is /etc/profile
according to the bashrc.
Could there be a double entry anywhere else?

Regards,
On 7/27/06, Raju Balugu [EMAIL PROTECTED] wrote:
 http://tomcat.apache.org/download-55.cgi#5.5.17

 check for the compatability jars.


 On 7/27/06, D. Salemink Klikstudio [EMAIL PROTECTED] wrote:
 
  no i havent,
  From where should i take these files?
 
  Regards
  Debbie
 
  On 7/27/06, Raju Balugu [EMAIL PROTECTED] wrote:
   Have u placed the compatability jar files in tomcat5 environment?
   jmx.jar --tomcat5/bin/
   xerecesImpl.jar --tomcat5\common\endorsed\
   xml-api.jar.jar --tomcat5\common\endorsed\
  
   Regards
   Raju
  
  
   On 7/27/06, D. Salemink Klikstudio [EMAIL PROTECTED] wrote:
   
I have redhat enterprise (3?)
It worked with the tomcat 4 version in the /etc/profile
but it doesnt seem to want to loose this configuration anymore
This is whats in my my /etc/profile now
   
JAVA_HOME=/usr/java/j2sdk1.4.2_12
CATALINA_HOME=/usr/local/apache-tomcat-5.5.17
   
   
   
On 7/27/06, Antonio Petrelli [EMAIL PROTECTED] wrote:
 D. Salemink Klikstudio ha scritto:
  As far as i know i have no files whatsoever going to 4.1.31 and
  somehow i most still have the environment set up wrong, can
  anybody
  help me with this??

 What's your distribution? Not all Linux distributions use
  /etc/profile
 for environment variables. For example Ubuntu uses /etc/environment

 Ciao
 Antonio


  -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


   
   
--
D. Salemink
Zomerdijkstraat 1-11079WX Amsterdam
+31207726869 +31651611510
   
Nieuwe media cursussen http://www.klikstudio.net
Webdesign en hosting http://www.klikstudio.nl
   
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
  
  
 
 
  --
  D. Salemink
  Zomerdijkstraat 1-11079WX Amsterdam
  +31207726869 +31651611510
 
  Nieuwe media cursussen http://www.klikstudio.net
  Webdesign en hosting http://www.klikstudio.nl
 
  -
  To start a new topic, e-mail: users@tomcat.apache.org
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 




--
D. Salemink
Zomerdijkstraat 1-11079WX Amsterdam
+31207726869 +31651611510

Nieuwe media cursussen http://www.klikstudio.net
Webdesign en hosting http://www.klikstudio.nl




--
D. Salemink
Zomerdijkstraat 1-11079WX Amsterdam
+31207726869 +31651611510

Nieuwe media cursussen http://www.klikstudio.net
Webdesign en hosting http://www.klikstudio.nl

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]