java吧 关注:1,236,578贴子:12,705,680
  • 2回复贴,共1

这一段代码哪错了??

只看楼主收藏回复



下面是控制台异常
九月 09, 2021 9:57:09 上午 org.apache.catalina.core.StandardContext startInternal
严重: One or more listeners failed to start. Full details will be found in the appropriate container log file
九月 09, 2021 9:57:09 上午 org.apache.catalina.core.StandardContext startInternal
严重: Context [/test02web] startup failed due to previous errors
[2021-09-09 09:57:09,394] Artifact test02web: Error during artifact deployment. See server log for details.
九月 09, 2021 9:57:16 上午 org.apache.catalina.startup.HostConfig deployDirectory


IP属地:北京1楼2021-09-09 10:04回复
    如果是用了springmvc,应该是applicationcontext放错目录了,正常是放到resource下


    IP属地:广东来自Android客户端2楼2021-09-09 12:03
    回复
      在main文件夹下找resource文件夹 没有就自己创resource文件夹然后把applicationContext放在里面


      IP属地:江西来自Android客户端3楼2021-09-13 07:23
      回复