Hi Mark,
I just tried that and it worked!
Then, I tried it by issuing:
sh $CATALINA_HOME/bin/startup.sh
and it worked again!
I don't know what was wrong with it (I did reboot my computer, but
don't know how much that helps)...
Well, it wasn't working before, so I don't know what fixed it,
Unnsse Khan wrote:
> Chuck,
>
> It can't be a permissions problem, because I conducted a chmod +x *.sh
> inside $CATALINA_HOME/bin
In case you missed Chuck's previous suggestion. Try a
cd /DevTools/Java/Tomcat/apache-tomcat-5.5.25/bin
first.
Mark
---
wrote:
From: Unnsse Khan [mailto:[EMAIL PROTECTED]
Subject: Re: Trouble running tomcat on Ubuntu Linux & OS X Tiger
It was the tar.gz package that is downloadable from:
http://tomcat.apache.org/download-55.cgi#5.5.25
I am guessing that I only downloaded the Core distribution...
Is this the pro
> From: Unnsse Khan [mailto:[EMAIL PROTECTED]
> Subject: Re: Trouble running tomcat on Ubuntu Linux & OS X Tiger
>
> It was the tar.gz package that is downloadable from:
> http://tomcat.apache.org/download-55.cgi#5.5.25
>
> I am guessing that I only downloaded the Core
:30 PM, Caldarale, Charles R wrote:
From: Unnsse Khan [mailto:[EMAIL PROTECTED]
Subject: Re: Trouble running tomcat on Ubuntu Linux & OS X Tiger
The BASEDIR environment variable is not defined correctly
This environment variable is needed to run this program
Looks like you may still ha
> From: Unnsse Khan [mailto:[EMAIL PROTECTED]
> Subject: Re: Trouble running tomcat on Ubuntu Linux & OS X Tiger
>
> The BASEDIR environment variable is not defined correctly
> This environment variable is needed to run this program
Looks like you may still have a permis
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.s
> From: Unnsse Khan [mailto:[EMAIL PROTECTED]
> Subject: Trouble running tomcat on Ubuntu Linux & OS X Tiger
>
> When I try to run TOMCAT, this is what I get:
> $ sh $CATALINA_HOME/bin/startup.sh
Try making $CATALINA_HOME/bin your current directory before running the
startup script.
> $ echo $C
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/DevToo