I am having trouble running tomcat 7 in eclipse kepler (newest version). I create a new project and when I select a new runtime I do not get the options for tomcat like I u
I had a similar issue with a 404 in Tomcat 7 in Kepler:
I could run TC fine outside of eclipse but could not start it from within eclipse.
My problem was that eclipse did not copy the root app over to the eclipse TC directory. Once I copied the root app over I was fine.
This link solved my problem:
http://www.coreservlets.com/Apache-Tomcat-Tutorial/tomcat-7-with-eclipse.html
Hope this helps and saves you a lost morning like I went through!