I'm trying to get my Tomcat server running. Following are the steps I followed.
- I've JDK 6 installed and JAVA_HOME is set
- Downloaded Tomcat 5 and set CATALINA_HOME
- When I started Tomcat by executing startup.bat, I tried to navigate t
http://127.0.0.1:8080/. I get 404.
http://127.0.0.1:8080/jsp-examplesgives 404. - I stopped Tomcat and placed a .WAR file under the webapps folder.
- Started Tomcat. I was hoping that Tomcat will deploy the war. It
didn't happen.
I've tried version 5.5 and version 7. Can someone please guide me? I can't figure out what's going on