`

eclipse 下tomcat出现did not find a matching property

    博客分类:
  • java
阅读更多

Software :

  • apache-tomcat-6.0.18
  • eclipse-jee-ganymede-SR1-win32.zip(Version: 3.4.1,Build id: M20080911-1700)

Step :

  • New -> Web -> Dynamic Web Project (Target Runtime:Apache Tomcat 6.0;Dynamic Web Module Version:2.5)
  • Window -> Show View -> Servers, New-> Server, Add and Remove Projects...,Start (Server)

Warning :

  • [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to ' org.eclipse.jst.j2ee.server: demo' did not find a matching property.

Solution :

  1. Server's Properties -> General -> Location = /Servers/Tomcat v6.0 Server at localhost.server;
  2. Project Explorer -> Servers -> Tomcat v6.0 Server at localhost.server, double click to open it.
  3. Server Options -> Check "Publish module contexts to separate XML files ".

Explaination :

  • Tomcat of previous version doesn't support the "source" attribute in the "Context" node of "server.xml" file.

Result :

分享到:
评论

相关推荐

    黎活明struts2 ppt

    黎活明 struts2 ppt struts.xml各种运用配置范例

    解决eclpise中启动tomcat6出现红色警告的问题

    警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:TestTomcat6.0.16' did not find a matching property. ``` 此外,还会收到关于Apache...

    tesseract-4.1.0.rar

    本文将详细介绍如何在Windows 10环境下编译Tesseract 4.1.0版本,并解决在使用过程中遇到的“couldn't find a matching blob”问题。 一、准备工作 1. 安装Visual Studio:为了编译Tesseract,你需要安装Microsoft...

    Could not find Developer Disk Image"问题

    当你遇到"Could not find Developer Disk Image"的问题时,这意味着系统无法找到对应的开发者磁盘映像文件,这可能会阻碍你的开发进程。以下是一些关于这个问题的详细解释、可能的原因以及解决方案: 1. **问题解释...

    java基础知识,基础知识

    警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:jwgl' did not find a matching property. 3月 17, 2019 10:51:41 上午 org.apache....

    "Could not find Developer Disk Image"问题

    在苹果的Mac操作系统中,"Could not find Developer Disk Image"是一个常见的错误提示,通常发生在尝试运行Xcode或使用iOS模拟器时。这个错误意味着系统无法找到必要的开发人员磁盘映像,这通常是由于Xcode更新、...

    maven tomcat

    [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property'source'to'org.eclipse.jst.j2ee.server:mavenWeb'did not find a matching property. ``` - 双击新添加的Server,进入配置界面。 -...

    Oracle报错ORA-12516

    ### Oracle报错ORA-12516:TNS:listener could not find available handler with matching protocol stack #### 报错概述 在Oracle数据库环境中遇到ORA-12516错误时,通常意味着监听器无法找到与请求协议栈匹配的...

    soapui Webservice接口测试工具 part2

    Webservice接口测试及联调工具 非常好用,适用于接口开放测试、系统集成测试 操作简单。 使用手册也网上一搜一大把 由于文件大小分了2个上传 第一个3分 第二个不要分

    oracle10g提示oracle not available的一些个人总结

    ### Oracle 10g 提示 Oracle Not Available 的个人总结与解决方案 #### 一、问题概述 在使用 Oracle 10g 数据库时,可能会遇到“ORA-01034: ORACLE not available”和“ORA-27101: shared memory realm does not ...

    Python在Windows系统中安装matplotlib,镜像错误安装失败的解决方法

    ERROR: Could not find a version that satisfies the requirement fonttools>=4.22.0 (from matplotlib) (from versions: none) ERROR: No matching distribution found for fonttools>=4.22.0 ``` 这个错误表明在...

    FlexGraphics_V_1.79_D4-XE10.2_Downloadly.ir

    - ADD: Added the method TCustomProp.Assign - a source flex-property is written to stream, which is then read by the flex-property, for which the Assign method is called. - ADD: In TIdPool (module ...

    tomcat下配置oracle的连接池

    下面我们将详细介绍如何在Tomcat下配置Oracle的连接池,包括局部和全局的配置。 首先,我们需要理解连接池的工作原理。连接池预先创建一定数量的数据库连接,并将它们存储起来。当应用程序需要与数据库交互时,它会...

    eclipse-jee-2020-06-R-win32-x86_64

    5. **Web和企业应用开发**:Eclipse JEE版本包含Web项目模板和工具,支持与各种应用服务器如Tomcat、JBoss和WebLogic的集成。 四、2020-06 R版本更新 Eclipse 2020-06 R版本带来了多项改进和新特性: 1. **性能...

    A review of multimodal image matching Methods and applications.pdf

    这类方法在特定环境下效果较好,但在多模态、多尺度、复杂背景等环境下性能往往会受限。 深度学习方法利用神经网络强大的特征学习能力,可以通过大量多模态图像数据的训练,学习到更具区分性和鲁棒性的特征表达,...

    ceres-2.0.0.zip + suitesparse已编译

    4. **多线程支持**:在Windows 10环境下,预编译的Ceres库可能已经集成了多线程支持,利用Visual Studio 2019的并行计算能力,可以加速大规模优化问题的求解。 5. **易于集成**:由于提供了预编译的Release和Debug...

    Hidden Markov Map Matching Through Noise and Sparseness.pdf

    novel, principled map matching algorithm that uses a Hidden Markov Model (HMM) to find the most likely road route represented by a time-stamped sequence of latitude/longitude pairs. The HMM elegantly ...

    A Self-Stabilizing Algorithm for Maximal Matching in Anonymous Networks

    We propose a self-stabilizing algorithm for computing a maximal matching in an anony- mous network. The complexity is O(n2) moves with high probability, under the ad- versarial distributed daemon. ...

    Java+MySQL+SQLyog+tomcat+maven+eclipse+jdk14+mariadb

    Eclipse作为IDE提供了一个集成的开发平台,Maven帮助管理项目依赖,Tomcat作为服务器运行Web应用,而SQLyog或MariaDB则用于数据库操作。这种一键安装的方案大大简化了初学者设置开发环境的步骤,有利于快速进入学习...

Global site tag (gtag.js) - Google Analytics