`
dwangel
  • 浏览: 266312 次
社区版块
存档分类
最新评论

2 spring webapplicationinitializers detected on classpath

 
阅读更多
最近在学用 spring boot 做项目,碰到一个问题,tomcat下正常运行的项目到jetty里老出问题,
搜了好多次,终于找到如下内容:

http://stackoverflow.com/questions/32643530/classpath-issue-between-jetty-maven-plugin-and-tomcat-jdbc-8-0-9-leading-to-ser

把tomcat-judi变成provided
		<dependency>
			<groupId>org.apache.tomcat</groupId>
			<artifactId>tomcat-juli</artifactId>
      <version>8.5.5</version>
			<scope>provided</scope>
		</dependency>


添加文件 WEB-INF/jetty-web.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">

<Configure class="org.eclipse.jetty.webapp.WebAppContext">
  <Call name="setParentLoaderPriority">
    <Arg type="boolean">true</Arg>
  </Call>
</Configure>
分享到:
评论

相关推荐

    USB Device Over Current Status Detected维修思路

    #### 2. 检查USB供电跳线 接下来,需要确保所有USB接口的供电跳线都已经正确连接。有些情况下,跳线未正确连接会导致USB供电不稳定,从而引发过流保护。因此,检查并确认所有相关跳线均已正确安装是非常重要的一步...

    Spring4整合Jersey2.9

    2. **配置Spring**:创建`applicationContext.xml`文件,定义Spring的bean,包括你的REST服务类。例如,你可以创建一个名为`MyResource`的资源类,并在XML中声明它: ```xml ``` 3. **配置Jersey**:在`web.xml...

    Detected memory leaks简单检测方法

    ### Detected Memory Leaks 简单检测方法 #### 背景介绍 在软件开发过程中,内存泄漏是一个常见的问题,特别是在使用C/C++等需要手动管理内存的语言进行开发时更为突出。内存泄漏不仅会导致程序占用的内存持续增长...

    websocket+spring

    console.error('Error detected: ', error); }; ``` 为了在Tomcat 7或8上运行这个项目,确保你的`pom.xml`文件包含适当的依赖项,比如Spring WebSocket的`spring-websocket`和`tomcat-embed-websocket`。同时,...

    eclips项目的正常的settings文件

    描述 "用于解决异常项目中No Spring WebApplicationInitializer types detected on classpath" 提到的问题通常发生在使用Spring框架开发Web应用时。当Eclipse或Tomcat等服务器启动时,如果无法在类路径(classpath)...

    DELL_服务器硬盘掉线后的REBUILD修复操作全过程

    状态为**ONLINE**表示正常工作,而**FAILED**则标志着该硬盘已与阵列不同步,是REBUILD的目标。 #### 步骤四:检查硬盘健康 在REBUILD前,应先评估硬盘的硬件状况。将光标移动至待修复硬盘,按**F2**显示硬盘信息...

    MEMS.zip_MOTION mems_speed mems_startup

    If the board is moved the acceleration is detected on x/Y axis and LEDs toggles according to the motion direction and speed. 2. If a click is detected on Z axis LED3 and LED6 toggles during 3s. ...

    Vue.js devtools-chrome插件-检测网站是否使用vue.js

    一旦检测到这些技术,插件会显示相关信息,表明"Vue.js + Nuxt.js is detected on this page." 这对于那些需要维护多个项目或不确定页面技术栈的开发者来说非常实用。 为了更好地利用Vue.js Devtools,开发者应该...

    centos7_XFS_报Corruption of in-memory data detected错误.docx

    在Linux系统中,CentOS 7使用XFS文件系统可能会遇到一种特定的错误:“Corruption of in-memory data detected”。这个错误通常表示系统检测到了内存中的数据损坏,这可能是因为不正常关机、硬件故障或者软件问题...

    运行UG提示Fatal error detected unable to continue的解决方法

    在IT领域,尤其是CAD/CAM软件用户中,遇到“运行UG提示Fatal error detected unable to continue”的问题时,往往会感到困扰。这一错误信息通常出现在尝试启动Unigraphics(简称UG,现称为NX)软件时,意味着系统...

    git remote: warning: Large files detected.解决方案

    ### git remote: warning: Large files detected. 解决方案 在使用Git进行项目版本管理时,可能会遇到`git remote: warning: Large files detected.`这一警告。这种情况通常发生在尝试将大型文件(如图片、视频或者...

    解决报错heap corruption detected after normal block.zip

    在编程过程中,尤其是在C语言和使用Visual C++(VC)编译器的环境中,"heap corruption detected after normal block"是一个常见的错误提示,它通常表明在程序执行时内存堆出现了损坏。这个错误通常与动态内存分配(如...

    High Precision Ultrasonic Ranging System Platform Based on Peak Detected

    文献:High-Precision Ultrasonic Ranging System Platform Based on Peak-Detected Self-Interference Technique 关键词:自干涉;超声波

    struts-2.3.8+spring-3.2.1+mybatis-3.2.2架构

    INFO: No Spring WebApplicationInitializer types detected on classpath 九月 18, 2013 11:39:04 上午 org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring root WebApplicationContext ...

    Debugger Detected供OD(Ollydbg)学习用(原版)

    供OD(Ollydbg)学习用的Debugger Detected原版打包zip,也是小甲鱼OD使用教程第二十三讲中用到的程序。

    JNA方式调用dll报错:A fatal error has been detected by the Java Runtime Environment:

    2. **JNA配置**:检查JNA的配置是否正确,包括JNA库路径设置、Library名是否准确、以及Platform选择是否正确。在调用dll时,必须指定正确的库名,例如,如果dll文件名为`myDll.dll`,则在JNA中应该使用`Native....

    开机提示USB-Device-over-current-status-Detected后关机1.doc

    ##### 2. **故障排查步骤** - **第一步:移除所有USB设备**。首先,将所有连接至计算机的USB设备全部断开(包括但不限于鼠标、键盘、U盘、摄像头等)。如果移除之后能够正常开机,那么问题很可能是由其中一个USB...

    spring-framework-reference-4.1.2

    3. New Features and Enhancements in Spring Framework 4.0 ............................................ 17 3.1. Improved Getting Started Experience .........................................................

    St-link_v2_usbdriver_stlinkwin10_兼容WIN10_V2_ST-LINK驱动_

    2. **调试**:提供硬件断点、单步执行、变量观察等功能,帮助开发者在代码运行过程中进行问题定位。 3. **电压测量**:可以测量目标板上的VDD电源电压,确保系统正常工作。 4. **内存读写**:读取或修改Flash、SRAM...

Global site tag (gtag.js) - Google Analytics