在Eclipse3.3以后的版本中启动tomcat6的时候报错.消息如下
警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property ’source’ to ‘org.eclipse.jst.jee.server:hoge’ did not find a matching property.
这时候访问:http://localhost:8080/hoge/ 会发现是不能够被访问的.
解决办法: 解决方法是在Servers视图里双击创建的server,然后在其server的配置界面中选中"Publish module contexts to separate XML files"选项。