Oliver & Chuck,
Thank you for the response(s)!
I already thought of this and conducted a
chmod +x catalina.sh
~/DevTools/Java/tomcat/apache-tomcat-5.5.25/bin untz$ ls -al catalina.sh
-rwxr-xr-x 1 untz untz 12044 Aug 24 17:34 catalina.sh
The only thing this does is when I run sh startup.sh (using
$CATALINA_HOME/bin as my current dir):
~/DevTools/Java/tomcat/apache-tomcat-5.5.25/bin untz$ sh startup.sh
The BASEDIR environment variable is not defined correctly
This environment variable is needed to run this program
Does anyone know what's going on??
-Unnsse
On Oct 7, 2007, at 8:10 PM, Oliver Yang wrote:
I think you need to check the catalina.sh permission.
On Sun, 2007-10-07 at 19:35 -0700, Unnsse Khan wrote:
Hello there,
Having trouble running tomcat on Ubuntu Linux 7.0.4 and am
experiencing the exact same problem under OS X Tiger.
I installed tomcat under:
/home/untz/DevTools/Java/tomcat/apache-tomcat-5.5.25
Created the CATALINA_HOME system environmental variable inside
my .profile directory.
When I try to run TOMCAT, this is what I get:
$ sh $CATALINA_HOME/bin/startup.sh
Cannot find /home/untz/DevTools/Java/tomcat/apache-tomcat-5.5.25/
bin/catalina.sh
This file is needed to run this program
This file (catalina.sh) is obviously located in the right
directory...
When I try to run this file, this is what I get:
$ sh /home/untz/DevTools/Java/tomcat/apache-tomcat-5.5.25/bin/
catalina.sh
The BASEDIR environment variable is not defined correctly
This environment variable is needed to run this program
My CLASSPATH is set as:
$ echo $CLASSPATH
.:/usr/lib/jvm/java-6-sun-1.6.0.00/lib/tools.jar:/usr/lib/jvm/
java-6-sun-1.6.0.00/jre/lib/rt.jar:/home/untz/DevTools/Java/tomcat/
apache-tomcat-5.5.25/common/lib/servlet-api.jar:/home/untz/DevTools/
Java/tomcat/apache-tomcat-5.5.25/common/lib/jsp-api.jar
What am I possibly doing wrong?
Happy programming,
Unnsse
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]