Tomcat v7.0 stopped to run my project at localhost

前端 未结 8 1643
醉话见心
醉话见心 2021-01-05 11:50

I was working on my web application in eclipse with Tomcat v7.0, and everything was fine.
But today suddenly I can\'t run my poject on server anymore.
I do as usual:

8条回答
  •  既然无缘
    2021-01-05 12:21

    I had similar problem, but java.lang.NullPointerException instead.

    For me the only thing that worked was to:

    1. Right-click on server instance on servers view -> Properties -> Switch Location;
    2. Remove all published projects from server;
    3. Right click on server again and do both cleans.

    Hope that helps!

提交回复
热议问题