Hello,
I just downloaded the zip file of
Tomcat 8.0.14. But I am not able to start it.
I have setup my $CATALINA_HOME environment variable to /Library/Java/Tomcat and then tried to invoke
startup.sh file like this:
$CATALINA_HOME/bin/startup.sh
this is what I got:
This shows that Tomcat has started. But when I try to open
http://localhost:8080 on all my browsers(chrome, mozilla, safari, opera and my personally made JavaFX browser), they complain that the page was not found.
When I try to shutdown Tomcat as:
$CATALINA_HOME/bin/shutdown.sh
It gives me this output:
It says, "java: No such file or directory".
Whats is wrong with this? Am I missing something? This never happened on my windows PC I had an year ago. Please Help.
My JDK version - JDK 1.8