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

前端 未结 6 2343
無奈伤痛
無奈伤痛 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 09:49

    1st Reason could be the ending tag of your application's web.xml file which could not have been closed properly.

    web.xml might be ending with , but must end with

    2nd Reason which worked in my case could be the lib folder of your tomcat must contain the supporting jar file of your database.

    ojdbc on case of Oracle or sqljdbc in case of SqlServer

提交回复
热议问题