FAIL - Application at context path /Hello could not be started

前端 未结 6 2340
無奈伤痛
無奈伤痛 2021-02-19 09:25

I\'m trying to deploy new web application in Tomcat 6.0, but whenever I click on start button, I repeatedly getting FAIL - Application at context path /Hello could not

6条回答
  •  死守一世寂寞
    2021-02-19 10:12

    Is EmailHandler really the full name of your servlet class, i.e. it's not in a package like com.something.EmailHandler? It has to be fully-qualified in web.xml.

提交回复
热议问题