`

Starting Tomcat V8.5 Server at localhost has encountered a problem.

阅读更多

今天使用eclipse中的tomcate8.5发布工程,一开始没有问题,但是当我改了一下web.xml以后,再重新启动时,报以下的错误

Starting Tomcat v8.5 Server at localhost has encountered a problem.ServerTomcatv8.5Serveratlocalhostfailedtostart.

查看控制台,报

信息:StartingServletEngine:ApacheTomcat/8.5
java.lang.IllegalArgumentException:Servletmappingspecifiesanunknownservletnamestu_Login
atorg.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:3109)
atorg.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:3088)
atorg.apache.catalina.deploy.WebXml.configureContext(WebXml.java:1274)
atorg.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1326)
atorg.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:876)
atorg.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:317)
atorg.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
atorg.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:89)
atorg.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5061)
atorg.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
atorg.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1033)
atorg.apache.catalina.core.StandardHost.startInternal(StandardHost.java:774)
atorg.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
atorg.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1033)
atorg.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:291)
atorg.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
atorg.apache.catalina.core.StandardService.startInternal(StandardService.java:443)
atorg.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
atorg.apache.catalina.core.StandardServer.startInternal(StandardServer.java:727)
atorg.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
atorg.apache.catalina.startup.Catalina.start(Catalina.java:620)
atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)
atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
atjava.lang.reflect.Method.invoke(Method.java:597)
atorg.apache.catalina.startup.Bootstrap.start(Bootstrap.java:303)
atorg.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431)

刚开始以为端口被占用之类的,后来把能关的都关了还是不行,最后重启电脑还是不行,后来打开eclipse,clean一下,然后项目上右键-->properties-->找到project facets-->在右边选项卡中找到RunTimes-->选中ApacheTomcat v8.5,然后重新启动eclipse,成功了!


分享到:
评论

相关推荐

    building workspace has encountered a problem

    ### 构建工作空间遇到问题的知识点解析 在软件开发过程中,构建工作空间是开发者们经常需要进行的一项操作。然而,在构建过程中可能会遇到各种各样的问题,“构建工作空间遇到问题”这一现象通常指的是在尝试创建或...

    Bootloader_S32K144_CAN_S32K144bootloader_s32K144_Bootloader

    Bootloader是嵌入式系统中的一个重要组成部分,它在硬件启动后和操作系统运行前执行,主要任务是加载操作系统到内存并启动。在这个特定的项目中,我们关注的是针对NXP S32K144微控制器的Bootloader,该Bootloader是...

    AT32f403a的FreeRTOS移植

    AT32F403A是一款由雅特力科技(A特力A)推出的高性能ARM Cortex-M4内核微控制器,具有浮点运算单元(FPU)和数字信号处理器指令集,适用于各种嵌入式应用,包括工业控制、通信设备以及消费电子等。FreeRTOS则是一个...

    如何解决ChatGPT常见的错误信息Something went wrong.zip

    如何解决ChatGPT常见的错误信息Something went wrong.zip

    apache-tomcat-7.0.92-windows-x64.zip

    Apache Tomcat 7.0.92 是一个广泛使用的开源软件,主要作为Java Servlet和JavaServer Pages(JSP)的容器。它遵循Apache Software Foundation的Apache 2.0许可证,并且是Java EE(Enterprise Edition)Web应用程序的...

    xml解析器失败方法

    xml解析器失败时候可以尝试打开开始-运行-cmd 输入命令来进行解决

    Postman413

    Postman是一款广受欢迎的API开发和测试工具,尤其在Web开发者和测试工程师中得到广泛应用。在给定的信息中,我们关注的是Postman的版本4.1.3,它被设计为一个Chrome浏览器扩展。在Chrome版本59.0.3071.115下,...

    PHP has encountered an Access Violation at 7C94BD02解决方法

    当运行PHP应用程序时,可能会遇到一个错误提示:“PHP has encountered an Access Violation at 7C94BD02”。这个错误通常发生在Windows操作系统上,并且与某些特定的PHP扩展或配置有关。解决此类问题的方法涉及对...

    Eclipse中maven异常Updating Maven Project的统一解决方案

    在Eclipse中,Maven项目更新时可能会遇到各种异常,这些问题通常源于项目配置、Maven插件或Eclipse集成的问题。本文将详细讲解如何解决"Updating Maven Project"时出现的异常,提供一种统一的解决方案。...

    rsync同出出现 IO error encountered 怎么办?.docx

    标题中的“rsync同出出现 IO error encountered 怎么办?”指的是在使用rsync进行文件同步时遇到输入/输出(I/O)错误的情况。这通常意味着rsync在尝试访问或操作文件时遇到了问题,可能是由于磁盘错误、网络问题、...

    PHP has encountered an Access Violation at XXXXXX 的解决方法

    假设在一个Windows Server 2003环境下部署的PHP应用中,频繁出现“PHP has encountered an Access Violation at XXXXXX”错误。根据问题描述,可以尝试以下步骤进行排查: 1. **重启IIS服务**:首先简单地重启IIS...

    IIS无法访问asp!提示:Server Application Error

    > The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server ...

    PHP has encountered a Stack overflow问题解决方法

    昨晚将一个disucz论坛进行转移后,发现打开的页面上回多一个PHP has encountered a Stack overflow 这个提示错误,进过翻译为“PHP遇到堆栈溢出”。我就感觉奇怪了,新站没人访问的,怎么可能会溢出。 好吧去discuz...

    win7_64eclispe插件

    win7_64eclispe插件 解决An internal error occurred during: "Map/Reduce location status updater". org/codehaus/jackson/map/JsonMappingException 重新编译包

    CCS4 CCS5 CCS6 License

    This license is for Code Composer Studio v4, 5 or 6

    Tools and Techniques for Audio Debugging

    This document provides different tools and techniques useful for debugging audio issues encountered in Linux-based systems. The document is mostly focused on the Android operating system, but some of ...

    Error: Encountered an improper argument 官方解决办法

    Download the attached file and... If you have installed PK51 to a different folder, you need to adapt the path accordingly. The file UV4.exe is replaced with version 5.14.2.1. 亲测可以在win10和5.24中使用

    北科英语考试题-1.doc

    He has encountered another problem.)。 6. 对话中提到的某个活动或经历,可能在男士看来是值得的(A. It was worthwhile.),尽管可能行程安排得很紧凑(B. It had a very tight schedule.)。 7. 男士向另一...

    JSqlparser4.4版作者提供的应急版,解决无法解析mysql中JSON_OBJECT函数存在其它函数问题

    如下sql,JSON_OBJECT函数中存在CAST函数,随后报出ParseException问题! SELECT JSON_ARRAYAGG(obj) FROM (SELECT trt.relevance_id,JSON_OBJECT... at line 18, column 10. Was expecting one of: "!" "(" "NOT

    Word2007打开问题解决

    在使用Word2007的过程中,用户可能会遇到一个较为常见的问题:“The setup controller has encountered a problem during install. Please review the log files for further information on the error.”此错误提示...

Global site tag (gtag.js) - Google Analytics