博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
jee-->eclipse下tomcat出现did not find a matching property.(转)
阅读量:6374 次
发布时间:2019-06-23

本文共 1080 字,大约阅读时间需要 3 分钟。

转自“http://mengz.iteye.com/blog/313282”

博客分类:
  •  
 

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 :

  • A separate XML file named "demo.xml" was created in the "$server path$\conf\Catalina\localhost\".

Reference :

转载于:https://www.cnblogs.com/ftrako/p/3141602.html

你可能感兴趣的文章
Spring Boot集成Redis实战操作
查看>>
时区计算
查看>>
netty中的bytebuf(脱离JVM的垃圾收集实现手动回收)及引用和内存泄漏
查看>>
PHP5 mysqli的prepare准备语句使用说明
查看>>
OSChina 周五乱弹 ——@宅女喵 我们都是纯正的单身男程序员
查看>>
OSChina 周四乱弹 —— 不要生气!我不要生气!
查看>>
go 编写HelloWorld
查看>>
我的Android笔记(八)—— 使用Jsoup解析Html
查看>>
map equals
查看>>
vue+elementui怎样点击table中的单元格触发事件--弹框
查看>>
Effective C++阅读笔记
查看>>
Java8 方法引用的使用
查看>>
把腾讯企业邮箱地址本导入Outlook
查看>>
关闭博客
查看>>
Android导入——将已有项目导入至Eclipse
查看>>
LVM锁服务lvmlockd分析
查看>>
mysql 子查询 将最外表带入子查询内2层 的另一种解决方法
查看>>
100-20
查看>>
100-26
查看>>
EMC CX4-480数据恢复案例
查看>>