maven项目中web.xml报错

问题描述

maven项目中web.xml报错

已加入这段代码就报错,求指导。。。

解决方案

好像是你web.xml配置有问题,试试下面的

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
  <display-name>db</display-name>
  <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>default.html</welcome-file>
    <welcome-file>default.htm</welcome-file>
    <welcome-file>default.jsp</welcome-file>
  </welcome-file-list>
</web-app>

解决方案二:

maven 项目 pom.xml报错

解决方案三:

maven有时候就这样,项目能运行就行了

时间: 2025-01-02 11:25:39

maven项目中web.xml报错的相关文章

java项目中web.xml标签问题

问题描述 java项目中web.xml标签问题 org.xml.sax.SAXParseException: The element type "web-app" must be terminated by the matching end-tag "". 所示,我这个项目全搜了一下就web.xml中使用了上面的标签,而且开始标签和结束标签都有,实在不明白为什么还会报这个错,项目也已经clean好几遍了,都没啥作用.请各位指点指点 解决方案 JAVA web 项目中

maven 项目tomcat启动总是报错,而且项目是直接从团队git仓库下的,是我的环境配置问题吗

问题描述 maven 项目tomcat启动总是报错,而且项目是直接从团队git仓库下的,是我的环境配置问题吗 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.github.diamond.client.spring.MessagePropertyPlaceholderConfigurer#0': Invocation of init method failed;

maven项目 mybatis generator运行报错。。。。在线急等!!!

问题描述 maven项目 mybatis generator运行报错....在线急等!!! 执行maven命令:mybatis-generator:generate -e 时报如下错误: Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-cli of goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.2:genera

web xml-spring4 web.xml报错 不知道什么问题求大神解答

问题描述 spring4 web.xml报错 不知道什么问题求大神解答 报错信息:Multiple annotations found at this line: - Attribute ""xmlns:xsi"" must be declared for element type ""web-app"". - The content of element type ""web-app""

Intellij 14用maven构建时pom.xml报错

问题描述 Intellij 14用maven构建时pom.xml报错 Intellij 14用maven构建时pom.xml报错,Dependency '''org.apache.commons:com.springsource.org.apache.commons.logging:1.1.1''' not found less... Inspects a Maven model for resolution problems.求助 解决方案 'org.apache.commons:com.sp

配置java微信开发请求校验web.xml报错

问题描述 配置java微信开发请求校验web.xml报错 我已经把web.xml放在和lib同一级下了,但是还是会出现报错~~o(>_<)o ~~ 而且还是有小地球在左上角..我刚刚问的原贴在这~~~~~http://ask.csdn.net/question/218043 我是纯小白~~~大家别打我 解决方案 网上找一个标准的web.xml重新编写配置文件. 解决方案二: 你要实在不行的话,,就重新创建啊

web xml-Web 项目中web.xml的配置有什么原则么有,怎么老是出错。求指点

问题描述 Web 项目中web.xml的配置有什么原则么有,怎么老是出错.求指点 严重: Parse error in application web.xml file at jndi:/localhost/TestStruts/WEB-INF/web.xml com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 2 of 2-byte UTF-8 sequence. at

求助,在jenkins中进行构建maven项目时,提示报错

问题描述 下面这张图是我运行构建时提示报错信息下面这张图是我在构建maven项目时的配置,请参考下面这张图是我项目的pom.xml文件 解决方案

C# MVC项目中使用StructureMap报错

问题描述 在我的MVC项目中,使用了StructureMap,报错:Bi-directionaldependencyrelationshipdetected!ChecktheStructureMapstacktracebelow:1.)Container.BuildUp(CommunityProfile.Controllers.HomeController)报错的地方为:PublicstaticvoidBuildUp(objecttarget){Container.BuildUp(target)