Your operating system is messed up, or you have a corrupt Tomcat installation.


"bad interpreter" means that the shell script "startup.sh" cannot be executed using the path to the shell that is in the script.

The first line of startup.sh should be something like:

#!/bin/sh

My guess is that on your system, either /bin/sh does not exist, or the permissions on $TOMCAT_HOME/bin/startup.sh do not allow the script to be executed.

John

Luong Phan wrote:

Hi all,
I am having problem starting TOMCAT, I installed j2sdk1.4.2 and jakarta-tomcat-3.2.4 on the Redhat Linux 7.3. Those two directories are located at the /usr/java.
I set the envoroment variables in the /.bash_profile as the following:
JAVA_HOME=/usr/java/j2sdk1.4.2
TOMCAT_HOME=/usr/java/jakarta-tomcat-3.2.4
CLASSPATH=$JAVA_HOME/lib/tools.jar:$TOMCAT_HOME/lib/servlet.jar
export JAVA_HOME TOMECAT_HOME CLASSPATH
Every time I try [EMAIL PROTECTED] root]# $TOMCAT_HOME/bin/startup.sh
I get the massage: bad interpreter, permision denied


Please help me!

LuongPhan



---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.



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



Reply via email to