Error on Startup.

2006-04-10 Thread Sergio Gonzalez Ramos
Hi there.
  I installed Tomcat 5.0.28 on unix environment.
  JSDK 1.4.2
  
  I'm getting following error whenever i try to start the tomcat
  
   Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/catalina/startup/Bootstrap
  
  every thing seems to be fine... ( permissions , classes )
  
  Any idea?
  Regards.


-

LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com

RE: Error on Startup.

2006-04-10 Thread Farrow, Marc
Looks like in the startup script the env variable of Catalina_Home is not set
properly.

-Original Message-
From: Sergio Gonzalez Ramos [mailto:[EMAIL PROTECTED]
Sent: Monday, April 10, 2006 8:40 AM
To: Tomcat Users List
Subject: Error on Startup.

Hi there.
  I installed Tomcat 5.0.28 on unix environment.
  JSDK 1.4.2
 
  I'm getting following error whenever i try to start the tomcat
 
   Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/catalina/startup/Bootstrap
 
  every thing seems to be fine... ( permissions , classes )
 
  Any idea?
  Regards.

   
-

LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com


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



RE: Error on Startup.

2006-04-10 Thread Sergio Gonzalez Ramos
THX!!

"Farrow, Marc" <[EMAIL PROTECTED]> escribió:  Looks like in the startup script 
the env variable of Catalina_Home is not set
properly.

-Original Message-
From: Sergio Gonzalez Ramos [mailto:[EMAIL PROTECTED]
Sent: Monday, April 10, 2006 8:40 AM
To: Tomcat Users List
Subject: Error on Startup.

Hi there.
  I installed Tomcat 5.0.28 on unix environment.
  JSDK 1.4.2
 
  I'm getting following error whenever i try to start the tomcat
 
   Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/catalina/startup/Bootstrap
 
  every thing seems to be fine... ( permissions , classes )
 
  Any idea?
  Regards.

   
-

LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com


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




-

LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com

Re: Error on Startup.

2006-04-10 Thread Franck Borel


  
  I'm getting following error whenever i try to start the tomcat
  
   Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap
  
Sounds like your Tomcat can't find your JDK. Have you set the PATH and 
JAVA_HOME environmen variable?

Try:
root# echo $JAVA_HOME
and
root# java -version


-- Franck

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