Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to get my Tomcat server running. Following are the steps I followed.

  1. I've JDK 6 installed and JAVA_HOME is set
    1. Downloaded Tomcat 5 and set CATALINA_HOME
    2. 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-examples gives 404.
    3. I stopped Tomcat and placed a .WAR file under the webapps folder.
    4. 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

share|improve this question
You'll have better luck asking on the Tomcat forums. Also, since this question isn't programming-related, it's off-topic for SO. – Jim Garrison Jul 12 '12 at 23:39
could you post your tomcat startup logs, you can find them at '${CATALINA_HOME}/logs/' – m.abbas Jul 13 '12 at 7:30

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.