Running tomcat with eclipse kepler

前端 未结 6 1714
北荒
北荒 2020-12-24 05:59

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

6条回答
  •  春和景丽
    2020-12-24 06:50

    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!

提交回复
热议问题