SEVERE: A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException:

前端 未结 7 1843
走了就别回头了
走了就别回头了 2021-01-22 00:51

i am getting the following error. I searched many forums which didnt help me to resolve this.So, can anyone please look into it and help me in resolving this?

I am not u

7条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-22 01:47

    web.xml is the culprit. I had 2 controllers mapped to the same URL pattern. And this was creating issue. Server started as soon as I changed the URL pattern mapping of one of the controllers.

提交回复
热议问题