Starting Tomcat v6.0 Server at localhost fails

后端 未结 1 778
无人及你
无人及你 2021-01-15 04:15

I am not able to start Tomcat v6.0 from Eclipse Helios.

I have my Java bin path set properly.

Moreover, I can start the server from outside of Eclipse manua

1条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-15 04:39

    Seems that you're building some web-app with spring support.

    You have to export dependencies into tomcat.

    project_properties -> Java build path -> Order and Export tab.

    On this tab check all checkboxes which are relevant (you have to check spring at least). Push OK. Redeploy

    0 讨论(0)
提交回复
热议问题