其他分享
首页 > 其他分享> > Unable to load configuration. - file:/E:/IDEA/IntelliJ%20IDEA%202021.2.2/J2EE/out/artifacts/J2EE_war

Unable to load configuration. - file:/E:/IDEA/IntelliJ%20IDEA%202021.2.2/J2EE/out/artifacts/J2EE_war

作者:互联网

Unable to load configuration. -
file:/E:/IDEA/IntelliJ%20IDEA%202021.2.2/J2EE/out/artifacts/J2EE_war_exploded/WEB-INF/classes/struts.xml:3:8

此时xml文件内容
在这里插入图片描述
报错如下
在这里插入图片描述

添加下列语句即可,这里是struts2.5

<!DOCTYPE struts PUBLIC
        "-//Apache Software Foundation//DTD Struts Configuration 2.5//EN"
        "http://struts.apache.org/dtds/struts-2.5.dtd">

在这里插入图片描述

标签:load,J2EE,IntelliJ%,IDEA,Unable,file,202021.2
来源: https://blog.csdn.net/weixin_48299611/article/details/120780949