Hello there,
I am trying to set up Tomcat on my MacOSX PowerBook....
I created a .bash_profile file under ~/ its contents are:
JAVA_HOME="/System/Library/Frameworks/JavaVM.framework/Home";
CATALINA_HOME="/Developer/jakarta-tomcat-5.0.28";
PATH=$PATH:$JAVA_HOME/bin;
export JAVA_HOME CATALINA_HOME
Now, when I did this:
$ cd $CATALINA_HOME/bin
$ sh startup.sh
I got this error message:
Cannot find ./catalina.sh
This file is needed to run this program
If anyone can help, I'd be very appreciative......
All the best,
Unnsse
I am trying to set up Tomcat on my MacOSX PowerBook....
I created a .bash_profile file under ~/ its contents are:
JAVA_HOME="/System/Library/Frameworks/JavaVM.framework/Home";
CATALINA_HOME="/Developer/jakarta-tomcat-5.0.28";
PATH=$PATH:$JAVA_HOME/bin;
export JAVA_HOME CATALINA_HOME
Now, when I did this:
$ cd $CATALINA_HOME/bin
$ sh startup.sh
I got this error message:
Cannot find ./catalina.sh
This file is needed to run this program
If anyone can help, I'd be very appreciative......
All the best,
Unnsse