Hi,
I tried to install Tomcat 3.2 in Linux. But when I run
shell> bin/startup.sh
I got a "Permission Denied" error.
These are the steps I did:
1) installed JDK 1.2.2 for Linux as "root".
2) included JDK path in .bash_profile
3) set JAVA_HOME env variable in .bash_profile
4) installed Tomcat 3.2 as "root"
5) included Tomcat path in .bash_profile
6) set a TOMCAT_HOME in .bash_profile
See th settings of .bash_profile below:
PATH=$PATH:$HOME/bin:/usr/local/jdk1.2.2/bin:/usr/local/jakarta-tomcat-3.2.3/bin
ENV=$HOME/.bashrc
TOMCAT_HOME=/usr/local/jakarta-tomcat-3.2.3
JAVA_HOME=/usr/local/jdk1.2.2
USERNAME="root"
export USERNAME ENV PATH TOMCAT_HOME
Thanks,
Lester