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

前端 未结 6 2381
無奈伤痛
無奈伤痛 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:11

    Your web.xml ends with , but must end with

    Which by the way is almost literally what the exception tells you.

提交回复
热议问题