Tomcat7.0.6的server.xml配置文件
在Tomcat7.0.6的server.xml中配置修改为
<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
然后启动出现以下警告,是不是 Tomca7 不支持 xmlValidation="false" xmlNamespaceAware="false" 了
2011-3-26 12:39:42 org.apache.tomcat.util.digester.SetPropertiesRule begin
警告: [SetPropertiesRule]{Server/Service/Engine/Host} Setting property 'xmlValid
ation' to 'false' did not find a matching property.
2011-3-26 12:39:42 org.apache.tomcat.util.digester.SetPropertiesRule begin
警告: [SetPropertiesRule]{Server/Service/Engine/Host} Setting property 'xmlNames
paceAware' to 'false' did not find a matching property.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我也是新手,但是这两个属性,看着好像和 给table设置bgcolor差不多.好像比较旧..
不知道为什么会在server级别添加这样的属性,有点蛋疼