Quote:
Originally posted by fmohideen76
Note:
If I will start the tomcat jakarta manually , then it is working fine
#cd /usr/local/tomcat4.0.3/bin
#./catalina.sh start
|
Wait, did you write the two lines into the file exactly like that? If so, just get rid of the "#" in front of each one (the comments).
Forgive me if this isn't your problem.
Also, you don't need to cd to the directory first and then execute it, you can just write:
/usr/local/tomcat4.0.3/bin/catalina.sh
Just make sure the script is executable and you're fine.
good luck!