I installed Java and now added Tomcat. I configured Tomcat, but it is not running.
What I did was add the line:
export JAVA_HOME=/usr/lib/jvm/java-6-sun
as the first non-comment line in the /home/myuser directory. And then I went to the /opt/tomcat/bin directory and ran this command:
./startup.sh
and it said command was not found. Any reason for that? I see the startup.sh script right in that directory when I do an ls command. I use Ubuntu by the way.
Thanks, Alex