Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Cannot find catalina.sh

843841Mar 23 2005 — edited May 16 2005
Hello

I Hav install tomcat 5.25 on linux
in order /usr/tomcat

in proile.local
JAVA_HOME = /usr/java/myjdk
TOMCAT_HOME=/usr/tomcat
CATALINA_HOME=/usr/tomcat/
PATH=/usr/java/myjdk/bin$PATH
CLASSPATH=.:$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/rt.jar:$TOMCAT_HOME/lib/ser vlet.jar

inf folder /usr/tomcat/bin
chmod +x startup.sh
chmod +x shutdown.sh

I try to start tomcat as root
$CATALINA_HOME/bin/startup.sh
Error:
Cannot find /usr/tomcat/bin/catalina.sh
This file is needed to run this program

waht is wrong ?????????????????????

please help me
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 13 2005
Added on Mar 23 2005
6 comments
1,397 views