I am reading the HEAD FIRST
SERVLET , and following their instruction
After installing apache
tomcat, their is one instruction given :
Set environment variable for JAVA_HOME and TOMCAT_HOME, in whatever way you normally set them for your system.
book ask me for TOMCAT_HOME but
here is something they ask for
CATALINA__HOME.
So I saved these two system variables :
CATALINA__HOME : C:\Program Files\Apache Software Foundation\Tomcat 8.0
JAVA_HOME : C:\Program Files\Java\jdk1.8.0_91
I started the server by clicking on
C:\Program Files\Apache Software Foundation\Tomcat 8.0\bin\startup.bat and tomcat promt opened up and the last line to that is
Server startup in 3456 ms ( i hope server is started )
Then I opened my chrome browser and type the url :
http://localhost:8080/
But that gave me
site can't be reached error
Here are some snapshots
please help me out. Thanks